Skip to content

Commit

Permalink
chore: Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Jan 28, 2024
1 parent 1477503 commit f47b77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:

- name: Restore Restic cache
id: cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ runner.tool_cache }}/Restic
key: Restic-${{ steps.version-unix-like.outputs.version || steps.version-windows.outputs.version }}-${{ runner.os }}
Expand Down Expand Up @@ -63,7 +63,7 @@ runs:

- name: Save Restic cache
if: '! steps.cache.outputs.cache-hit'
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ${{ runner.tool_cache }}/Restic
key: Restic-${{ steps.version-unix-like.outputs.version || steps.version-windows.outputs.version }}-${{ runner.os }}

0 comments on commit f47b77c

Please sign in to comment.