Skip to content

Commit 8c81d75

Browse files
authored
Merge pull request #9 from pybuilder/update_action_versions
Update to checkout@v4 and setup-python@v5 for NodeJS 16 deprecation
2 parents 8043cee + 7b447ee commit 8c81d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ runs:
6464
6565
- name: Checkout
6666
if: inputs.checkout == 'true'
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868

6969
- name: Setup Python
7070
if: inputs.install-python == 'true' && (runner.os != 'macOS' || inputs.homebrew-python != 'true')
71-
uses: actions/setup-python@v4
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: '${{ inputs.python-version }}'
7474
architecture: '${{ inputs.architecture }}'

0 commit comments

Comments
 (0)