From 959bfe2dae888c6799f483e397c41bdb46806c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:13:19 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fork-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/fork-ci.yml b/.github/workflows/fork-ci.yml index d092515e97f..a0a12e3b2ad 100644 --- a/.github/workflows/fork-ci.yml +++ b/.github/workflows/fork-ci.yml @@ -167,7 +167,7 @@ jobs: run: backend/scripts/install-mockery.sh - name: Cache golangci-lint id: cache-golangci-lint - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: golangci-lint key: ${{ runner.os }}-backend-golangci-lint @@ -231,7 +231,7 @@ jobs: make build-python - name: Cache unit-test id: cache-unit-test - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -278,7 +278,7 @@ jobs: make build-python - name: Cache test-e2e id: cache-test-e2e - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -328,7 +328,7 @@ jobs: make build-python - name: Cache test-e2e-pg id: cache-test-e2e-pg - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -417,7 +417,7 @@ jobs: fetch-depth: 0 - name: Cache lint-commit-message id: cache-lint-commit-message - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: lint-commit-message key: ${{ runner.os }}-lint-commit-message