Skip to content

Commit af235da

Browse files
authored
Merge pull request #5 from pascalre/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2 parents ced1e9a + 2489d4e commit af235da

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@v3
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.x"
1515
env:

0 commit comments

Comments
 (0)