Skip to content

Commit

Permalink
Update GHA checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Nov 1, 2024
1 parent 7d3208a commit c8c2595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_type: ["Release", "Debug"]

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

- name: Install dependencies
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: clang-format
run: |
Expand Down

0 comments on commit c8c2595

Please sign in to comment.