Skip to content

Commit

Permalink
update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idat50me committed Jul 16, 2024
1 parent 383aa39 commit 4720d34
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 @@ -101,7 +101,7 @@ jobs:

- name: Restore cached results
if: ${{ ! inputs.ignore_prev_result }}
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: restore-cached-results
with:
path: ${{github.workspace}}/merged-result.json
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
destination: _jekyll
write-summary: true
- name: Save result
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ${{github.workspace}}/merged-result.json
key: ${{ runner.os }}-verify-result-${{ github.sha }}
Expand Down

0 comments on commit 4720d34

Please sign in to comment.