Skip to content

Commit 1f2344e

Browse files
authored
Merge pull request #3 from python-jsonschema/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 0b8bf05 + 17b711d commit 1f2344e

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]
@@ -60,7 +60,7 @@ jobs:
6060
run: brew install enchant
6161
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
6262
- name: Set up Python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: |
6666
3.8
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v4
9090
- name: Set up Python
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v5
9292
with:
9393
python-version: "3.x"
9494
- name: Install dependencies

0 commit comments

Comments
 (0)