Skip to content

Commit

Permalink
Merge pull request #1373 from KrisThielemans/update_GHA_actions
Browse files Browse the repository at this point in the history
Update GHA actions
  • Loading branch information
KrisThielemans authored Feb 7, 2024
2 parents 41cf3d9 + 3b481ed commit 30b3f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# no idea how to do this
;;
esac
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: Run pre-commit check
on:
- push
- pull_request
Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/action@v2.0.0
- uses: pre-commit/action@v3.0.0

0 comments on commit 30b3f40

Please sign in to comment.