Skip to content

Commit 5c89b6e

Browse files
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#1010)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07223a2 commit 5c89b6e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
compiler: [clang++-15, g++-12]
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
67+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
83+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8484
- name: Install Boost
8585
run: brew install boost
8686
- name: Run Tests

.github/workflows/hello-world.yml

Lines changed: 1 addition & 1 deletion
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
- name: Check Hello World Fails
2626
run: bin/check-hello-world.sh
2727
env:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818
with:
1919
ref: ${{github.event.pull_request.head.sha}}
2020
repository: ${{github.event.pull_request.head.repo.full_name}}

0 commit comments

Comments
 (0)