Skip to content

Commit

Permalink
Update pygithub dependencies and cache key in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 9, 2023
1 parent b153158 commit 4603ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,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 }}-6ca4d32816ff499719c9ab474caf6c68
key: enricomi-publish-action-${{ runner.os }}-${{ runner.arch }}-pip-${{ steps.python.outputs.version }}-c05eee8820cdbe0ff637cc933c4ac6ed

- name: Install Python dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ PyGithub==2.0.1rc0
wrapt==1.15.0
PyJWT==2.8.0
PyNaCl==1.5.0
cffi==1.15.1
cffi==1.16.0
pycparser==2.21
python-dateutil==2.8.2
six==1.16.0
requests==2.31.0
certifi==2023.7.22
charset-normalizer==3.2.0
charset-normalizer==3.3.0
idna==3.4
urllib3==1.26.17

0 comments on commit 4603ace

Please sign in to comment.