Skip to content

Commit 6bb4848

Browse files
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 387ff91 commit 6bb4848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
with:
4747
fetch-depth: 0
48-
- uses: actions/setup-python@v4
48+
- uses: actions/setup-python@v5
4949
with:
5050
python-version: '3.11'
5151
architecture: x64

0 commit comments

Comments
 (0)