Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 8c21255

Browse files
authored
Merge pull request #57 from tobiashuste/setup-python-action-v4
Use setup-python action version 4
2 parents 4ed0d6c + 942cfdc commit 8c21255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
shell: bash
1515

1616
- name: Set up Python 3.
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4
1818
id: setup-python
1919
with:
2020
python-version: '3.9'

0 commit comments

Comments
 (0)