Skip to content

Commit

Permalink
Update to actions/cache@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Oct 31, 2023
1 parent 37c665d commit ab84ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: restore Python cache directory
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-${{ inputs.key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
echo "USERPROFILE=%USERPROFILE%" >> $GITHUB_OUTPUT
- name: install Make from cache
id: cache-scoop
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
${{ steps.env.outputs.PROGRAMDATA }}\scoop
Expand Down

0 comments on commit ab84ef5

Please sign in to comment.