Skip to content

Commit 4dd599d

Browse files
authored
Merge pull request #151 from intel/dependabot/github_actions/actions/checkout-4.2.1
⬆️ Bump actions/checkout from 4.2.0 to 4.2.1
2 parents 1153528 + 3e47c95 commit 4dd599d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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/unit_tests.yml

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

9595
steps:
96-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
96+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9797

9898
- name: Install build tools
9999
run: |
@@ -172,7 +172,7 @@ jobs:
172172
stdlib: libstdc++
173173

174174
steps:
175-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
175+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
176176

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

@@ -225,7 +225,7 @@ jobs:
225225
id: target_branch
226226

227227
- name: Checkout PR branch
228-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
228+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
229229

230230
- name: Install build tools
231231
run: |
@@ -287,7 +287,7 @@ jobs:
287287
toolchain_root: "/usr"
288288

289289
steps:
290-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
290+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
291291

292292
- name: Install build tools
293293
run: |
@@ -334,7 +334,7 @@ jobs:
334334
valgrind:
335335
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
336336
steps:
337-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
337+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
338338

339339
- name: Install build tools
340340
run: |
@@ -405,7 +405,7 @@ jobs:
405405
mutate:
406406
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
407407
steps:
408-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
408+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
409409

410410
- name: Install build tools
411411
run: |

0 commit comments

Comments
 (0)