Skip to content

Commit aeb2902

Browse files
authored
Merge pull request #147 from python-jsonschema/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents a998064 + b9d83fe commit aeb2902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: brew install enchant
4949
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
5050
- name: Set up Python
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@v7
5252
with:
5353
python-version: |
5454
3.10

0 commit comments

Comments
 (0)