chore(deps): update actions/cache action to v6

This commit is contained in:
renovate[bot] 2026-06-27 18:50:51 +00:00 committed by kolaente
parent eed762097a
commit ba5c09f962
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
go-version: stable
- name: Cache build mage
id: cache-build-mage
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
key: ${{ runner.os }}-build-mage-build-${{ hashFiles('build/magefile.go') }}
path: |

View File

@ -15,7 +15,7 @@ jobs:
go-version: stable
- name: Cache Mage
id: cache-mage
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
key: ${{ runner.os }}-build-mage-${{ hashFiles('magefile.go') }}
path: |