From b9a2531091c89b063d1b851d73ec622ce8523e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:47:04 +0200 Subject: [PATCH] build(deps): bump actions/cache from 4.1.1 to 4.1.2 (#1222) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- .github/workflows/update-caps.yml | 4 ++-- .github/workflows/update-example-index.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 35976ffc..0ed8ffba 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: - run: npm install --prefix build - name: Restore rq cache id: cache-rq - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -51,7 +51,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} diff --git a/.github/workflows/update-caps.yml b/.github/workflows/update-caps.yml index b893f8be..ba459182 100644 --- a/.github/workflows/update-caps.yml +++ b/.github/workflows/update-caps.yml @@ -23,7 +23,7 @@ jobs: go-version-file: go.mod - name: Restore rq cache id: cache-rq - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -31,7 +31,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} diff --git a/.github/workflows/update-example-index.yaml b/.github/workflows/update-example-index.yaml index f21419f4..09c0116f 100644 --- a/.github/workflows/update-example-index.yaml +++ b/.github/workflows/update-example-index.yaml @@ -36,7 +36,7 @@ jobs: - name: Restore rq cache id: cache-rq - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }} @@ -44,7 +44,7 @@ jobs: if: steps.cache-rq.outputs.cache-hit != 'true' - name: Cache rq binary if: steps.cache-rq.outputs.cache-hit != 'true' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/go/bin/rq key: ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}