From 625ff82f975c5bae41f3a66662f3914a8aab666b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:34:02 +0000 Subject: [PATCH] Bump actions/cache from 5 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 5.0.5. - [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/v5...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yaml | 4 ++-- .github/workflows/python.yaml | 4 ++-- .github/workflows/trivy-cache-update.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2c59a12e..75b9d7f4 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -124,7 +124,7 @@ jobs: - name: Go Build Cache for Docker id: cache-go if: ${{ inputs.go-cache || inputs.language-cache == 'go' }} - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: go-build-cache key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }} @@ -140,7 +140,7 @@ jobs: - name: Node Build Cache for Docker id: cache-node if: ${{ inputs.language-cache == 'javascript' }} - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | node-arm64-cache diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 272a05d1..8acc1998 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -109,7 +109,7 @@ jobs: env: PIPX_DEFAULT_PYTHON: ${{ steps.setup-python.outputs.python-path }} - name: Cache Poetry artifacts - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.cache/pypoetry/artifacts @@ -162,7 +162,7 @@ jobs: env: PIPX_DEFAULT_PYTHON: ${{ steps.setup-python.outputs.python-path }} - name: Cache Poetry artifacts - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.cache/pypoetry/artifacts diff --git a/.github/workflows/trivy-cache-update.yaml b/.github/workflows/trivy-cache-update.yaml index f2a1667b..95399878 100644 --- a/.github/workflows/trivy-cache-update.yaml +++ b/.github/workflows/trivy-cache-update.yaml @@ -46,7 +46,7 @@ jobs: rm javadb.tar.gz - name: Cache DBs - uses: actions/cache/save@v5 + uses: actions/cache/save@v5.0.5 with: path: ${{ github.workspace }}/.cache/trivy key: cache-trivy-${{ steps.date.outputs.date }}