Skip to content

Commit 4d39c11

Browse files
authored
Merge pull request #2 from jsquyres/pr/update-github-actions
action.yaml: update to newer Github actions versions
2 parents 088db76 + bdf9e7e commit 4d39c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Setup Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x'
1818

0 commit comments

Comments
 (0)