Skip to content

Commit

Permalink
Updated actions/checkout in CI to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Apr 17, 2023
1 parent 69100ec commit 6226383
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
enable_sanitizers_in_tests: ON
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build project
env:
CC: ${{ matrix.config.cc }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
enable_sanitizers_in_tests: ON
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build project
env:
CC: ${{ matrix.config.cc }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cxx_standard: 20
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build project
run: |
cmake -S . -B build \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Install LCOV
run: sudo apt install -y lcov
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build project
env:
CC: gcc-9
Expand Down

0 comments on commit 6226383

Please sign in to comment.