Skip to content

Commit adabdd3

Browse files
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 74eb096 commit adabdd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.x"
2424
- uses: pre-commit/[email protected]
@@ -74,7 +74,7 @@ jobs:
7474
run: brew install enchant
7575
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
7676
- name: Set up Python
77-
uses: actions/setup-python@v4
77+
uses: actions/setup-python@v5
7878
with:
7979
python-version: |
8080
3.8
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
fetch-depth: 0
109109
- name: Set up Python
110-
uses: actions/setup-python@v4
110+
uses: actions/setup-python@v5
111111
with:
112112
python-version: "3.x"
113113
- name: Install dependencies

0 commit comments

Comments
 (0)