Skip to content

Commit 0f69c0d

Browse files
authored
Merge pull request #107 from python-jsonschema/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 2510ebf + dbd5752 commit 0f69c0d

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
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
submodules: "recursive"
9292
- name: Set up Python
93-
uses: actions/setup-python@v4
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: "3.x"
9696
- name: Install dependencies

0 commit comments

Comments
 (0)