Skip to content

Commit b64b376

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8980fd4 commit b64b376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v3
3535
with:
3636
python-version: ${{ env.py-semver }}
3737

@@ -122,7 +122,7 @@ jobs:
122122
fetch-depth: 0
123123

124124
- name: Set up Python
125-
uses: actions/setup-python@v2
125+
uses: actions/setup-python@v3
126126
with:
127127
python-version: ${{ env.py-semver }}
128128

@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/checkout@v2
154154

155155
- name: Set up Python
156-
uses: actions/setup-python@v2
156+
uses: actions/setup-python@v3
157157
with:
158158
python-version: "3.10" # quoted, otherwise that turns into the number 3.1
159159

0 commit comments

Comments
 (0)