Skip to content

Commit 49a7a22

Browse files
authored
Merge pull request #34 from python-jsonschema/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 9b0e191 + 10455c3 commit 49a7a22

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]
@@ -55,7 +55,7 @@ jobs:
5555
run: brew install enchant
5656
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
5757
- name: Set up Python
58-
uses: actions/setup-python@v4
58+
uses: actions/setup-python@v5
5959
with:
6060
python-version: |
6161
3.8
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v4
8585
- name: Set up Python
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: "3.x"
8989
- name: Install dependencies

0 commit comments

Comments
 (0)