Skip to content

Commit 8e9ea9d

Browse files
authored
Merge pull request #271 from intel/dependabot/github_actions/main/actions/checkout-6.0.3
⬆️ Bump actions/checkout from 6.0.2 to 6.0.3
2 parents f5489aa + 2164cdf commit 8e9ea9d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

3838
- name: Setup Node.js
3939
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
stdlib: libc++
100100

101101
steps:
102-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
103103

104104
- name: Install build tools
105105
run: |
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
150150
steps:
151151
- name: Checkout target branch
152-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
153153
with:
154154
ref: ${{github.base_ref}}
155155

@@ -158,7 +158,7 @@ jobs:
158158
id: target_branch
159159

160160
- name: Checkout PR branch
161-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
161+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
162162

163163
- name: Setup python venv
164164
run: |
@@ -225,7 +225,7 @@ jobs:
225225
toolchain_root: "/usr"
226226

227227
steps:
228-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
228+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
229229

230230
- name: Install build tools
231231
run: |
@@ -278,7 +278,7 @@ jobs:
278278
valgrind:
279279
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
280280
steps:
281-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
281+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
282282

283283
- name: Install build tools
284284
run: |

.github/workflows/usage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
toolchain_root: "/usr"
3636

3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939

4040
- name: Install compiler
4141
run: |

0 commit comments

Comments
 (0)