Skip to content

Commit 9bd3753

Browse files
build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#921)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19bef29 commit 9bd3753

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
compiler: [clang++-6.0, g++-10]
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
- name: Install Dependencies
2121
# Boost must be installed only because the CMake version (3.12) can't
2222
# detect the installed Boost version (1.69)
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
compiler: [clang++, g++]
3939
steps:
40-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141
- name: Install Dependencies
4242
# Boost must be installed only because the CMake version (3.12) can't
4343
# detect the installed Boost version (1.69)
@@ -64,7 +64,7 @@ jobs:
6464
needs: [linux-min]
6565
runs-on: windows-2022
6666
steps:
67-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
67+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6868
- name: Run Tests
6969
shell: powershell
7070
# Delete the exercises that require Boost to avoid issues with Windows setup.
@@ -80,7 +80,7 @@ jobs:
8080
needs: [linux-min]
8181
runs-on: macOS-latest
8282
steps:
83-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
83+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8484
- name: Install Boost
8585
run: brew install boost
8686
- name: Run Tests

.github/workflows/hello-world.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Hello World Fails
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
- name: Check Hello World Fails
2626
run: bin/check-hello-world.sh
2727
env:

.github/workflows/verify-code-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: [ubuntu-22.04]
2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525

2626
- name: "Verify formatting of all files"
2727
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)