Skip to content

Commit

Permalink
GitHub CI: update V of checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Dec 19, 2024
1 parent 19ae2ec commit ab61485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
jsonref-version: ["==0.3", ">1"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install
Expand Down

0 comments on commit ab61485

Please sign in to comment.