Skip to content

Commit

Permalink
upload checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 18, 2023
1 parent 1e18430 commit afb897f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python: 3.9

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -57,7 +57,7 @@ jobs:
needs: [test]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -78,7 +78,7 @@ jobs:
run: git fetch --tags

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down

0 comments on commit afb897f

Please sign in to comment.