-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
75f69c9
commit bcff643
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
CXX: ${{ matrix.compiler }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: cmake | ||
run: cmake -S . -B build -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DJSONCONS_BUILD_TESTS=On | ||
|
||
|
@@ -169,7 +169,7 @@ jobs: | |
compiler: ['6','7','8','9','10','11','12','latest'] | ||
container: gcc:${{ matrix.compiler }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Get latest CMake and ninja | ||
uses: lukka/[email protected] | ||
- name: cmake | ||
|
@@ -188,7 +188,7 @@ jobs: | |
compiler: ['12','latest'] | ||
container: gcc:${{ matrix.compiler }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Get latest CMake and ninja | ||
uses: lukka/[email protected] | ||
- name: cmake | ||
|
@@ -210,7 +210,7 @@ jobs: | |
steps: | ||
- name: Install unzip and git | ||
run: apt-get update ; apt-get install -y unzip git | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Get latest CMake and ninja | ||
uses: lukka/[email protected] | ||
- name: cmake | ||
|
@@ -231,7 +231,7 @@ jobs: | |
steps: | ||
- name: Install unzip and git | ||
run: apt-get update ; apt-get install -y unzip git | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: Get latest CMake and ninja | ||
uses: lukka/[email protected] | ||
- name: cmake | ||
|