Skip to content

Commit

Permalink
Merge pull request #71 from rwxd/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
fix(deps): update actions/checkout action to v4
  • Loading branch information
rwxd authored Aug 25, 2024
2 parents b66f038 + 01a241d commit 9991fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- pre-commit
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 9991fff

Please sign in to comment.