Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
Fix node.js<20 deprecation
  • Loading branch information
mosfet80 authored Dec 31, 2024
1 parent beaa5d8 commit 59f1f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Format
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].7
- uses: actions/setup-python@v5
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit 59f1f90

Please sign in to comment.