Skip to content

Commit

Permalink
[ci] check code action upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Sep 16, 2024
1 parent b20676f commit 457c01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
check-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest clang-format
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
CMAKE_EXPORT_COMPILE_COMMANDS: ON

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Ubuntu dependencies
run: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
CMAKE_EXPORT_COMPILE_COMMANDS: ON

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Ubuntu dependencies
run: |
Expand Down

0 comments on commit 457c01b

Please sign in to comment.