Skip to content

Commit f4a7f0c

Browse files
chore(deps): bump actions/setup-python from 3 to 4 (#120)
* chore(deps): bump actions/setup-python from 3 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/build.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
1 parent d3b3f1d commit f4a7f0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v3
19+
- uses: actions/setup-python@v4
20+
with:
21+
python-version: "3.x"
2022
- uses: pre-commit/action@v3.0.0
2123

2224

@@ -90,7 +92,7 @@ jobs:
9092

9193
steps:
9294
- uses: actions/checkout@v2
93-
- uses: actions/setup-python@v2
95+
- uses: actions/setup-python@v4
9496
name: Install Python ${{ matrix.python }}
9597
with:
9698
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)