Skip to content

Commit f6c6cf3

Browse files
Bump actions/setup-python from 1 to 3 (#1105)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a36611a commit f6c6cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
name: perl-${{ matrix.perl }}-wer
128128
path: ${{ runner.temp }}/perl-wer
129129
if: failure()
130-
- uses: actions/setup-python@v1
130+
- uses: actions/setup-python@v3
131131
with:
132132
python-version: "3.x"
133133
if: failure()
@@ -216,7 +216,7 @@ jobs:
216216
name: perl-${{ matrix.perl }}-wer
217217
path: ${{ runner.temp }}/perl-wer
218218
if: failure()
219-
- uses: actions/setup-python@v1
219+
- uses: actions/setup-python@v3
220220
with:
221221
python-version: "3.x"
222222
if: failure()

0 commit comments

Comments
 (0)