Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#477 from akutz/feature/update-setup-p…
Browse files Browse the repository at this point in the history
…ython-gh-action

🌱 Update gnotify setup-python action
  • Loading branch information
akutz authored Apr 19, 2024
2 parents 74c22f2 + a8ca71c commit 9ce1d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down

0 comments on commit 9ce1d78

Please sign in to comment.