Skip to content

Commit

Permalink
chore: fix actions/cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiphereth-A committed Feb 11, 2025
1 parent cbdd61b commit 8fe1d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Restore cached results
if: ${{ !inputs.ignore_prev_result }}
uses: actions/cache/restore@v4
uses: actions/cache/restore@v4.1.2
id: restore-cached-results
with:
path: ${{github.workspace}}/merged-result.json
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
write-summary: true
- name: Save result
if: ${{ contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) }}
uses: actions/cache/save@v4
uses: actions/cache/save@v4.1.2
with:
path: ${{github.workspace}}/merged-result.json
key: ${{ runner.os }}-verify-result-${{ github.sha }}
Expand Down

0 comments on commit 8fe1d18

Please sign in to comment.