From eabb895942bcf910ff758b3a8c1c754e6332d340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:57:11 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.1.2. - [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/v4.0.1...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/node-zxc-build-release-artifact.yaml | 10 +++++----- .github/workflows/zxc-publish-production-image.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node-zxc-build-release-artifact.yaml b/.github/workflows/node-zxc-build-release-artifact.yaml index e69b762a916e..49354ea72616 100644 --- a/.github/workflows/node-zxc-build-release-artifact.yaml +++ b/.github/workflows/node-zxc-build-release-artifact.yaml @@ -218,7 +218,7 @@ jobs: echo "prerelease=${PRERELEASE}" >>"${GITHUB_OUTPUT}" - name: Cache Build Version - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: version.txt key: node-build-version-${{ steps.effective-version.outputs.number }}-${{ github.sha }} @@ -300,14 +300,14 @@ jobs: gradle-version: ${{ inputs.gradle-version }} - name: Restore Build Version - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/artifact-build key: node-build-artifacts-${{ needs.validate.outputs.version }}-${{ github.sha }} @@ -453,7 +453,7 @@ jobs: password: ${{ steps.google-auth.outputs.access_token }} - name: Restore Build Artifacts - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: fail-on-cache-miss: true path: ~/artifact-build @@ -737,7 +737,7 @@ jobs: gradle-version: ${{ inputs.gradle-version }} - name: Restore Build Version - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: fail-on-cache-miss: true path: version.txt diff --git a/.github/workflows/zxc-publish-production-image.yaml b/.github/workflows/zxc-publish-production-image.yaml index 8dca5090d4b3..b78b8114e4f4 100644 --- a/.github/workflows/zxc-publish-production-image.yaml +++ b/.github/workflows/zxc-publish-production-image.yaml @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Restore Build Artifacts - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: fail-on-cache-miss: true path: ~/artifact-build