Merge pull request #11 from johndoe6345789/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
2025-12-28 21:03:47 +00:00
committed by GitHub
6 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Runner image version
run: echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
- name: Restore config.cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: config.cache
key: ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ inputs.config_hash }}