From ddc1c0c7cd71f2229905a6842f17bd424178679c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:10:44 +0800 Subject: [PATCH] Bump actions/cache from 3 to 4 (#1) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-checker-luci.yml | 2 +- .github/workflows/update-checker-packages.yml | 2 +- .github/workflows/update-checker-passwall-packages.yml | 2 +- .github/workflows/update-checker-passwall.yml | 2 +- .github/workflows/update-checker-passwall2.yml | 2 +- .github/workflows/update-checker.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-checker-luci.yml b/.github/workflows/update-checker-luci.yml index ffe02ba..f58fe6b 100644 --- a/.github/workflows/update-checker-luci.yml +++ b/.github/workflows/update-checker-luci.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }} diff --git a/.github/workflows/update-checker-packages.yml b/.github/workflows/update-checker-packages.yml index 7b52441..426add7 100644 --- a/.github/workflows/update-checker-packages.yml +++ b/.github/workflows/update-checker-packages.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }} diff --git a/.github/workflows/update-checker-passwall-packages.yml b/.github/workflows/update-checker-passwall-packages.yml index d254c58..c82de4e 100644 --- a/.github/workflows/update-checker-passwall-packages.yml +++ b/.github/workflows/update-checker-passwall-packages.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }} diff --git a/.github/workflows/update-checker-passwall.yml b/.github/workflows/update-checker-passwall.yml index f23d750..977443c 100644 --- a/.github/workflows/update-checker-passwall.yml +++ b/.github/workflows/update-checker-passwall.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }} diff --git a/.github/workflows/update-checker-passwall2.yml b/.github/workflows/update-checker-passwall2.yml index e9a34cd..c9806a7 100644 --- a/.github/workflows/update-checker-passwall2.yml +++ b/.github/workflows/update-checker-passwall2.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }} diff --git a/.github/workflows/update-checker.yml b/.github/workflows/update-checker.yml index cdb6f99..d3d1d1b 100644 --- a/.github/workflows/update-checker.yml +++ b/.github/workflows/update-checker.yml @@ -34,7 +34,7 @@ jobs: - name: Compare Commit Hash id: cacheHash - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .commitHash key: HEAD-${{ steps.getHash.outputs.commitHash }}