Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.1 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.1...3624ceb)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 872ca1a commit b826229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
echo "prerelease=${PRERELEASE}" >>"${GITHUB_OUTPUT}"
- name: Cache Build Version
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: version.txt
key: node-build-version-${{ steps.effective-version.outputs.number }}-${{ github.sha }}
Expand Down Expand Up @@ -302,14 +302,14 @@ jobs:
gradle-version: ${{ inputs.gradle-version }}

- name: Restore Build Version
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
fail-on-cache-miss: true
path: version.txt
key: node-build-version-${{ needs.validate.outputs.version }}-${{ github.sha }}

- name: Cache Build Artifacts
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: ~/artifact-build
key: node-build-artifacts-${{ needs.validate.outputs.version }}-${{ github.sha }}
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
password: ${{ steps.google-auth.outputs.access_token }}

- name: Restore Build Artifacts
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
fail-on-cache-miss: true
path: ~/artifact-build
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
gradle-version: ${{ inputs.gradle-version }}

- name: Restore Build Version
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
fail-on-cache-miss: true
path: version.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zxc-publish-production-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Restore Build Artifacts
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
fail-on-cache-miss: true
path: ~/artifact-build
Expand Down

0 comments on commit b826229

Please sign in to comment.