Skip to content

Commit 6f24a5d

Browse files
authored
Merge pull request #90 from intel/dependabot/github_actions/actions/checkout-6.0.2
⬆️ Bump actions/checkout from 6.0.1 to 6.0.2
2 parents d611300 + b4500a4 commit 6f24a5d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737

3838
- name: Setup Node.js
3939
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
stdlib: libc++
133133

134134
steps:
135-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136

137137
- name: Install build tools
138138
run: |
@@ -211,7 +211,7 @@ jobs:
211211
stdlib: libstdc++
212212

213213
steps:
214-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
214+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
215215

216216
- name: Install build tools
217217
run: |
@@ -255,7 +255,7 @@ jobs:
255255
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
256256
steps:
257257
- name: Checkout target branch
258-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
258+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
259259
with:
260260
ref: ${{github.base_ref}}
261261

@@ -264,7 +264,7 @@ jobs:
264264
id: target_branch
265265

266266
- name: Checkout PR branch
267-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
267+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
268268

269269
- name: Install build tools
270270
run: |
@@ -327,7 +327,7 @@ jobs:
327327
toolchain_root: "/usr"
328328

329329
steps:
330-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
330+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
331331

332332
- name: Install build tools
333333
run: |
@@ -374,7 +374,7 @@ jobs:
374374
valgrind:
375375
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
376376
steps:
377-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
377+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
378378

379379
- name: Install build tools
380380
run: |

0 commit comments

Comments
 (0)