Skip to content

Commit

Permalink
fix pre-commit CI warning
Browse files Browse the repository at this point in the history
we get:

    Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

for pre-commit, which is fixed by [email protected].

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Mar 31, 2024
1 parent 9e1eaf2 commit d0e8ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: |
sudo apt update
sudo apt install --no-install-recommends libxkbcommon-dev
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit d0e8ec6

Please sign in to comment.