Skip to content

Commit 4e918af

Browse files
⬆️ Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 664dbe2 commit 4e918af

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/asciidoctor-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
3434
steps:
3535
- name: Checkout source
36-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3737
- name: Setup Node.js
3838
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3939
with:

.github/workflows/performance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
performance_test:
1818
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2121

2222
- name: Install compiler
2323
run: sudo apt update && sudo apt install -y clang-${{env.LLVM_VERSION}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1717
with:
1818
submodules: recursive
1919

.github/workflows/single_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build_single_header:
2020
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323

2424
- name: Install build tools
2525
run: |

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
stdlib: libc++
9393

9494
steps:
95-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
95+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9696

9797
- name: Install build tools
9898
run: |
@@ -171,7 +171,7 @@ jobs:
171171
stdlib: libstdc++
172172

173173
steps:
174-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
175175

176176
- name: Install build tools
177177
run: |
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
216216
steps:
217217
- name: Checkout target branch
218-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
218+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
219219
with:
220220
ref: ${{github.base_ref}}
221221

@@ -224,7 +224,7 @@ jobs:
224224
id: target_branch
225225

226226
- name: Checkout PR branch
227-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
227+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
228228

229229
- name: Install build tools
230230
run: |
@@ -291,7 +291,7 @@ jobs:
291291
toolchain_root: "/usr"
292292

293293
steps:
294-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
294+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
295295

296296
- name: Install build tools
297297
run: |
@@ -338,7 +338,7 @@ jobs:
338338
valgrind:
339339
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
340340
steps:
341-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
341+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
342342

343343
- name: Install build tools
344344
run: |

.github/workflows/usage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
usage_test:
1919
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222

2323
- name: Install compiler
2424
run: sudo apt update && sudo apt-get install -y clang-${{env.USER_LLVM_VERSION}}

0 commit comments

Comments
 (0)