Skip to content

Commit 19e72e5

Browse files
authored
Merge pull request #312 from myoung34/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2 parents d8f341c + a32f033 commit 19e72e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-python@v3
12+
- uses: actions/setup-python@v4
1313
- uses: pre-commit/[email protected]
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)