Skip to content

Commit

Permalink
Update version of cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Nov 8, 2024
1 parent 4441a0d commit d79acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_eitprocessing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
image: ghcr.io/eit-alive/eittestdata:latest
destination: ${{ inputs.data-directory }}
path: /eitprocessing/.
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-python-env
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit d79acb1

Please sign in to comment.