Skip to content

Commit

Permalink
CI: Fix Nodejs-16 deprecation warning by using pre-commit/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed Jul 28, 2024
1 parent b5b3af7 commit e10654d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,7 @@ jobs:

- run: >
echo "::add-matcher::.github/workflows/Python-problemMatcher-status-report.json";
echo "::notice::Sorry, GitHub tells that actions/cache@v4 is still v3
and warns about using node16, which is wrong. So we've to bear with it.
Bug reported: https://github.com/actions/cache/issues/1323"
- uses: pre-commit/[email protected]
- uses: pre-commit/[email protected]
name: Run pre-commit checks
with:
# Show the output of the commands for the problem matcher, see above.
Expand Down

0 comments on commit e10654d

Please sign in to comment.