Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/skill-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Restore skill-validator from cache
id: cache-sv
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
Comment thread
rainersigwald marked this conversation as resolved.
Outdated
with:
path: skill-validator-bin
key: skill-validator-linux-x64-${{ steps.cache-date.outputs.date }}
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Save skill-validator to cache
if: steps.cache-sv.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
uses: actions/cache/save@v5
Comment thread
rainersigwald marked this conversation as resolved.
Outdated
with:
path: skill-validator-bin
key: skill-validator-linux-x64-${{ steps.cache-date.outputs.date }}
Expand Down
Loading