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 27, 2024
1 parent f0c5567 commit ee41464
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 @@ -40,7 +40,7 @@ runs:

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

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

0 comments on commit ee41464

Please # to comment.