Skip to content

Commit 605e971

Browse files
authored
Merge pull request #5 from cicirello/dependabot/github_actions/main/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents 963eab5 + aaa4693 commit 605e971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: '3.8'
2222

0 commit comments

Comments
 (0)