Skip to content

Commit

Permalink
upgrade to latest checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 25, 2024
1 parent d66d875 commit 56916cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
name: ${{ matrix.config[1] }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -70,6 +70,6 @@ jobs:
image: ${{ matrix.config[1] }}
name: ${{ matrix.config[0] }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
run: tox -e ${{ matrix.config[0] }}

0 comments on commit 56916cb

Please sign in to comment.