Skip to content

Commit

Permalink
Update actions/checkout v2 -> v3
Browse files Browse the repository at this point in the history
Node12 is used by v2 and will be deprecated so the update is necessary.
  • Loading branch information
antonag32 committed Aug 28, 2023
1 parent 50f293e commit 49e42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-py${{ matrix.python }}-pre-commit
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 49e42b9

Please sign in to comment.