Skip to content

Commit 91877f0

Browse files
authored
Merge pull request #94 from gnikit/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents 493a73b + cf15bb1 commit 91877f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
architecture: x64
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v3
41-
- uses: actions/setup-python@v2
41+
- uses: actions/setup-python@v3
4242
with:
4343
python-version: "3.10"
4444

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: "3.x"
2525

0 commit comments

Comments
 (0)