From 89ab9a0ce9ede78a1048a9744da5a6708b8965a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:05:09 +0000 Subject: [PATCH 1/2] :arrow_up: Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 45d2c00..c12648f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -51,7 +51,7 @@ jobs: - if: ${{ startsWith(matrix.os, 'ubuntu') }} run: echo "CACHE_PATH=${{ env.go_cache_ubuntu_path }}" >> $GITHUB_ENV - name: Load Go Dependency Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ env.CACHE_PATH }} From 8d504ab077b7858f94c7eb9fec7707a554292fd1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 12 Dec 2025 18:05:35 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20251212180535.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20251212180535.bugfix diff --git a/changes/20251212180535.bugfix b/changes/20251212180535.bugfix new file mode 100644 index 0000000..105e45e --- /dev/null +++ b/changes/20251212180535.bugfix @@ -0,0 +1 @@ +Dependency upgrade: cache-5