Skip to content

Commit 0ede40b

Browse files
Bump actions/setup-python from 2.2.2 to 3 (#1226)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...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 0ba95c9 commit 0ede40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
submodules: 'recursive'
9696
- name: Set up Python ${{ matrix.python-version }}
97-
uses: actions/setup-python@v2.2.2
97+
uses: actions/setup-python@v3
9898
with:
9999
python-version: ${{ matrix.python-version }}
100100
- name: Install coverage dependency
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
submodules: 'recursive'
175175

176-
- uses: actions/setup-python@v2
176+
- uses: actions/setup-python@v3
177177

178178
- name: Install pypa/build
179179
run: python -m pip install build --user

0 commit comments

Comments
 (0)