Skip to content

Commit

Permalink
Update hash in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 19, 2023
1 parent a6dd886 commit 533062f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ runs:
continue-on-error: true
with:
path: ${{ steps.os.outputs.pip-cache }}
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-df386fe4e04a72c96e140f0566a5c849
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-fc884bb0b8d89fb24ccb9a84a3d97821

- name: Create virtualenv
id: venv
Expand Down

0 comments on commit 533062f

Please sign in to comment.