chore(ci): update GitHub Actions workflow dependencies to latest versions (#78)

This commit is contained in:
2025-03-19 17:26:36 +02:00
committed by GitHub
parent 55f7471ea2
commit eb085adfe2
26 changed files with 52 additions and 52 deletions

View File

@@ -95,7 +95,7 @@ runs:
echo "cache-paths=${cache_paths}" >> $GITHUB_OUTPUT
- id: cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.prepare.outputs.cache-paths }}
key: ${{ steps.prepare.outputs.cache-key }}