Skip to content

Commit

Permalink
Update to actions/checkout@v3 in check-whitespace.yml
Browse files Browse the repository at this point in the history
v2 emits a deprecation with regard to the used node.js version
  • Loading branch information
TimWolla authored Jan 9, 2023
1 parent a08aa8d commit ec53557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
check-whitespace:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit ec53557

Please sign in to comment.