From 2f4a28fc6da7472c72daa27ffbf5c69b189cccfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:02:03 +0000 Subject: [PATCH] build(deps): 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-syncthing.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index a12bdc3d862..a759233158b 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -192,7 +192,7 @@ jobs: - uses: mlugg/setup-zig@v2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -301,7 +301,7 @@ jobs: - uses: mlugg/setup-zig@v2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -396,7 +396,7 @@ jobs: go-version: ${{ needs.facts.outputs.go-version }} cache: false - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -524,7 +524,7 @@ jobs: go-version: ${{ needs.facts.outputs.go-version }} cache: false - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -731,7 +731,7 @@ jobs: - uses: mlugg/setup-zig@v2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -1013,7 +1013,7 @@ jobs: - uses: mlugg/setup-zig@v2 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build