Merge pull request #253 from FirestormViewer/dependabot/github_actions/actions/cache-6

Bump actions/cache from 5 to 6
This commit is contained in:
Ansariel Hiller
2026-07-01 20:31:32 +02:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ jobs:
- name: Cache autobuild packages
id: cache-installables
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .autobuild-installables
key: ${{ runner.os }}-64-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }}