Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
215e4ae898
Merge b1cc58c5e507eb7744404ed9bbff2a5c3e5c0ad0 into d1a15347b1e45a8ee816193d3578a93bfd73b70f 2025-12-12 22:02:21 +00:00
dependabot[bot]
b1cc58c5e5
chore(deps): bump actions/cache from 4 to 5 in the actions group
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache).


Updates `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
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 22:02:18 +00:00

View File

@ -65,7 +65,7 @@ jobs:
with:
ref: ${{ github.ref }}
- uses: actions/cache@v4
- uses: actions/cache@v5
with:
path: |
${{ matrix.go-build }}