Skip to content

Commit 07d3d59

Browse files
authored
Merge pull request #3 from pascalre/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2 parents 96769cd + 13f72e4 commit 07d3d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: 3.6.9
1515
- name: Install dependencies

0 commit comments

Comments
 (0)