Skip to content

Commit

Permalink
chore: bump checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
troycomi committed Mar 14, 2023
1 parent 2217cf0 commit 58f3825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: wntrblm/[email protected]
with:
python-versions: "3.7, 3.8, 3.9"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: wntrblm/[email protected]
with:
python-versions: "3.7, 3.8, 3.9"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: wntrblm/[email protected]
with:
python-versions: "3.7, 3.8, 3.9"
Expand Down

0 comments on commit 58f3825

Please sign in to comment.