From b901bbf61df77d71ede60f5dfa86a5865f6c9e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:13:57 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 14 +++++++------- .github/workflows/gwos-evm-ci.yml | 2 +- .github/workflows/gwos-evm-fuzz.yml | 6 +++--- .github/workflows/prepare-builtin-binaries.yml | 6 +++--- .github/workflows/rust.yml | 8 ++++---- .github/workflows/scripts.yml | 4 ++-- .github/workflows/web3-rust.yml | 2 +- .github/workflows/web3-unit-tests.yml | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a33b3c9ef..3e29041b0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -36,7 +36,7 @@ jobs: with: submodules: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -79,7 +79,7 @@ jobs: - name: Cache of component.ckb-production-scripts id: ckb-production-scripts-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: docker/build/ckb-production-scripts/build/omni_lock key: component.omni_lock-${{ steps.prepare.outputs.ckb-production-scripts-sha1 }} @@ -90,7 +90,7 @@ jobs: - name: Cache of component.gwos id: gwos-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | gwos/build/release/* @@ -119,7 +119,7 @@ jobs: - name: Cache of component.gwos-evm id: godwoken-polyjuice-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | gwos-evm/build/*generator* @@ -164,7 +164,7 @@ jobs: with: submodules: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -186,7 +186,7 @@ jobs: # see https://github.com/godwokenrises/godwoken/pull/946#discussion_r1068149031 - name: Cache of component.godwoken id: godwoken-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | target/release/godwoken @@ -194,7 +194,7 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-${{ inputs.runner_type || 'ubuntu-20.04' }}-godwoken-${{ matrix.features || 'default' }}-${{ hashFiles('crates/**') }} - name: Cache Godwoken target directory if: steps.godwoken-cache.outputs.cache-hit != 'true' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | target diff --git a/.github/workflows/gwos-evm-ci.yml b/.github/workflows/gwos-evm-ci.yml index 7ac3fdbcd..30e18d8e6 100644 --- a/.github/workflows/gwos-evm-ci.yml +++ b/.github/workflows/gwos-evm-ci.yml @@ -25,7 +25,7 @@ jobs: with: submodules: 'recursive' - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/gwos-evm-fuzz.yml b/.github/workflows/gwos-evm-fuzz.yml index 04dee9945..e8992ced0 100644 --- a/.github/workflows/gwos-evm-fuzz.yml +++ b/.github/workflows/gwos-evm-fuzz.yml @@ -23,7 +23,7 @@ jobs: submodules: 'recursive' - name: Cache Rust - Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -38,7 +38,7 @@ jobs: || CARGO_TARGET_DIR=target/ cargo install moleculec --version $MOLC_VERSION - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./llvm key: clang-11 @@ -46,7 +46,7 @@ jobs: run: echo "DATETIME=$(date +%F_%H:%M)" >> $GITHUB_ENV - name: Cache corpus id: cache-corpus - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | gwos-evm/polyjuice-tests/fuzz/corpus-cache diff --git a/.github/workflows/prepare-builtin-binaries.yml b/.github/workflows/prepare-builtin-binaries.yml index e7acceb85..bbb6738ad 100644 --- a/.github/workflows/prepare-builtin-binaries.yml +++ b/.github/workflows/prepare-builtin-binaries.yml @@ -16,7 +16,7 @@ jobs: with: submodules: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -46,7 +46,7 @@ jobs: # - name: Cache of component.gwos # id: gwos-cache - # uses: actions/cache@v3 + # uses: actions/cache@v4 # with: # path: | # gwos/build/release/* @@ -61,7 +61,7 @@ jobs: - name: Cache of component.gwos-evm id: godwoken-polyjuice-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | gwos-evm/build/*generator* diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 65c76963c..901b42f14 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: with: submodules: recursive - name: Cache of Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -42,7 +42,7 @@ jobs: submodules: recursive - name: Cache of Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -56,7 +56,7 @@ jobs: - name: Cache of component.gwos-evm id: godwoken-polyjuice-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | gwos-evm/build/*generator* @@ -82,7 +82,7 @@ jobs: with: submodules: recursive - name: Cache of Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index e1f449107..c1986c0ae 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -33,7 +33,7 @@ jobs: submodules: recursive - name: Cache of Cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -65,7 +65,7 @@ jobs: working-directory: gwos/c run: make - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: fetch-capsule-cache with: path: | diff --git a/.github/workflows/web3-rust.yml b/.github/workflows/web3-rust.yml index dfb66a766..c61cb63ec 100644 --- a/.github/workflows/web3-rust.yml +++ b/.github/workflows/web3-rust.yml @@ -24,7 +24,7 @@ jobs: run: | cargo fmt --version || rustup component add rustfmt cargo clippy --version || rustup component add clippy - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/web3-unit-tests.yml b/.github/workflows/web3-unit-tests.yml index 0f840a019..af0d63b45 100644 --- a/.github/workflows/web3-unit-tests.yml +++ b/.github/workflows/web3-unit-tests.yml @@ -77,7 +77,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}