Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jgm committed Sep 5, 2023
1 parent 7195c67 commit 9393560
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install clang-tidy
run: |
sudo apt-get install -y clang-tidy-11
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
CXX: ${{ matrix.compiler.cpp }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install valgrind
run: |
sudo apt install -y valgrind
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
CXX: ${{ matrix.compiler.cpp }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and test
env:
CMAKE_OPTIONS: -DCMARK_SHARED=OFF
Expand All @@ -97,7 +97,7 @@ jobs:
CMAKE_OPTIONS: ${{ matrix.cmake_opts }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and test
run: |
Expand Down

0 comments on commit 9393560

Please sign in to comment.