Skip to content

Commit

Permalink
Uprade actions/cache to 4 in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 6, 2024
1 parent 5724834 commit 71d041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ runs:
shell: bash

- name: Restore PIP packages cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: cache
continue-on-error: true
with:
Expand Down Expand Up @@ -303,7 +303,7 @@ runs:
shell: bash

- name: Save PIP packages cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: ( success() || failure() ) && ! steps.cache.outputs.cache-hit
continue-on-error: true
with:
Expand Down

0 comments on commit 71d041e

Please sign in to comment.