From 36afc01f762bd9b5cc4290cb1b9436330fb57026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:39:38 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/pull_request.yml | 2 +- .github/workflows/pull_request_js.yml | 2 +- .github/workflows/release_cli.yml | 2 +- .github/workflows/release_js_api.yml | 4 ++-- .github/workflows/release_knope.yml | 2 +- .github/workflows/repository_dispatch.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d36dc709ef94..acb8c3a6ad42 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -124,7 +124,7 @@ jobs: with: node-version: 20 - name: Cache pnpm modules - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/pull_request_js.yml b/.github/workflows/pull_request_js.yml index 995a6205637e..6cd4cef01a29 100644 --- a/.github/workflows/pull_request_js.yml +++ b/.github/workflows/pull_request_js.yml @@ -28,7 +28,7 @@ jobs: - name: Free Disk Space uses: ./.github/actions/free-disk-space - name: Cache pnpm modules - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/release_cli.yml b/.github/workflows/release_cli.yml index c357fe78d720..214dfad3e305 100644 --- a/.github/workflows/release_cli.yml +++ b/.github/workflows/release_cli.yml @@ -27,7 +27,7 @@ jobs: run: echo "nightly=true" >> $GITHUB_ENV - name: Check version changes - uses: EndBug/version-check@d4be4219408b50d1bbbfd350a47cbcb126878692 # v2.1.4 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 if: env.nightly != 'true' id: version with: diff --git a/.github/workflows/release_js_api.yml b/.github/workflows/release_js_api.yml index 8ee1b413980e..60bb02596d1d 100644 --- a/.github/workflows/release_js_api.yml +++ b/.github/workflows/release_js_api.yml @@ -27,7 +27,7 @@ jobs: run: echo "nightly=true" >> $GITHUB_ENV - name: Check version changes - uses: EndBug/version-check@d4be4219408b50d1bbbfd350a47cbcb126878692 # v2.1.4 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 if: env.nightly != 'true' id: version with: @@ -69,7 +69,7 @@ jobs: run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Cache pnpm modules - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ~/.pnpm-store key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/release_knope.yml b/.github/workflows/release_knope.yml index 05cdd44840d1..e6cdab75a98b 100644 --- a/.github/workflows/release_knope.yml +++ b/.github/workflows/release_knope.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Check version changes - uses: EndBug/version-check@d4be4219408b50d1bbbfd350a47cbcb126878692 # v2.1.4 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 id: version with: diff-search: true diff --git a/.github/workflows/repository_dispatch.yml b/.github/workflows/repository_dispatch.yml index 333eb8ee3f9f..092f122a52b5 100644 --- a/.github/workflows/repository_dispatch.yml +++ b/.github/workflows/repository_dispatch.yml @@ -28,7 +28,7 @@ jobs: - name: Warm up wasm-pack cache id: cache-restore - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | ./target @@ -52,7 +52,7 @@ jobs: continue-on-error: true - name: Save new wasm-pack cache - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | ./target