Skip to content

Commit 0bfa170

Browse files
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- 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 c1ca174 commit 0bfa170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
echo "::add-matcher::.github/local-problem-matchers.json"
221221
- name: Set up ${{ matrix.python.name }}
222222
if: ${{ job.container == '' }}
223-
uses: actions/setup-python@v2
223+
uses: actions/setup-python@v5
224224
with:
225225
# This allows the matrix to specify just the major.minor version while still
226226
# expanding it to get the latest patch version including alpha releases.
@@ -276,7 +276,7 @@ jobs:
276276
steps:
277277
- uses: actions/checkout@v2
278278
- name: Set up Python ${{ matrix.python.dotted }}
279-
uses: actions/setup-python@v2
279+
uses: actions/setup-python@v5
280280
with:
281281
python-version: ${{ matrix.python.dotted }}
282282
architecture: x64

0 commit comments

Comments
 (0)