Skip to content

Commit c0b7866

Browse files
authored
Merge pull request #1200 from python-jsonschema/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 74eb096 + adabdd3 commit c0b7866

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)