Skip to content

Commit e08352d

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef0a631 commit e08352d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/dependency-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141

4242
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
persist-credentials: false
4646
submodules: false

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
151151

152152
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
153-
uses: actions/checkout@v5
153+
uses: actions/checkout@v6
154154
with:
155155
persist-credentials: false
156156
submodules: false
@@ -202,7 +202,7 @@ jobs:
202202
steps:
203203

204204
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
205-
uses: actions/checkout@v5
205+
uses: actions/checkout@v6
206206
with:
207207
persist-credentials: false
208208
submodules: false
@@ -312,7 +312,7 @@ jobs:
312312
313313
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
314314
if: ${{ !cancelled() }}
315-
uses: actions/checkout@v5
315+
uses: actions/checkout@v6
316316
with:
317317
persist-credentials: false
318318
submodules: false

.github/workflows/native-binary-build-dlight.nativeexecution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878

7979
- name: Checkout
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
persist-credentials: false
8383
submodules: false

.github/workflows/native-binary-build-launcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767

6868
- name: Checkout
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070
with:
7171
persist-credentials: false
7272
submodules: false

.github/workflows/native-binary-build-lib.profiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787

8888
- name: Checkout
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@v6
9090
with:
9191
persist-credentials: false
9292
submodules: false

0 commit comments

Comments
 (0)