Skip to content

Commit 17e1326

Browse files
BOT: Bump actions/setup-python from 2 to 4 (#20)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e8f6c4 commit 17e1326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0 # Fetch all history for all tags and branches
1515

16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.x"
1919

.github/workflows/sdist.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0 # Fetch all history for all tags and branches
3232

33-
- uses: actions/setup-python@v2
33+
- uses: actions/setup-python@v4
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

0 commit comments

Comments
 (0)