diff --git a/action.yml b/action.yml index 06289dc..5a57f69 100644 --- a/action.yml +++ b/action.yml @@ -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 }} @@ -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 }} \ No newline at end of file