From 5ba622ada24949676970afb4e54fc89a572348b3 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 14 Nov 2022 13:03:40 +0100 Subject: update github actions versions to avoid node js warnings --- .github/workflows/create_release.yml | 8 ++++---- .github/workflows/validate.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 78ed375ae..5b9506356 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -13,7 +13,7 @@ jobs: VCPKG_VERSION: 2022.08.15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 @@ -64,7 +64,7 @@ jobs: VCPKG_VERSION: 2022.08.15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1 - name: Set up GCC 11 uses: egor-tensin/setup-gcc@v1 @@ -127,7 +127,7 @@ jobs: VCPKG_VERSION: 2022.08.15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1 # - name: Set up GCC 11 # uses: egor-tensin/setup-gcc@v1 @@ -193,7 +193,7 @@ jobs: needs: [bundle-linux, bundle-macos, bundle-windows] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1 - name: Read VERSION.txt id: read_version diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d7b78caac..5d4f4617b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -32,10 +32,10 @@ jobs: runs-on: [self-hosted, linux, x64] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1 - name: clang-format - uses: jidicula/clang-format-action@v4.6.2 + uses: jidicula/clang-format-action@v4.9.0 with: clang-format-version: '13' check-path: '.' @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1 - name: Set up GCC 11 uses: egor-tensin/setup-gcc@v1 @@ -195,7 +195,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 -- cgit v1.2.3