Skip to content

Commit c8d4b4e

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

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/dependency-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444

4545
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
persist-credentials: false
4949
submodules: false

.github/workflows/main.yml

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

157157
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
158-
uses: actions/checkout@v6
158+
uses: actions/checkout@v7
159159
with:
160160
persist-credentials: false
161161
submodules: false
@@ -207,7 +207,7 @@ jobs:
207207
steps:
208208

209209
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
210-
uses: actions/checkout@v6
210+
uses: actions/checkout@v7
211211
with:
212212
persist-credentials: false
213213
submodules: false
@@ -317,7 +317,7 @@ jobs:
317317
318318
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
319319
if: ${{ !cancelled() }}
320-
uses: actions/checkout@v6
320+
uses: actions/checkout@v7
321321
with:
322322
persist-credentials: false
323323
submodules: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181

8282
- name: Checkout
83-
uses: actions/checkout@v6
83+
uses: actions/checkout@v7
8484
with:
8585
persist-credentials: false
8686
submodules: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070

7171
- name: Checkout
72-
uses: actions/checkout@v6
72+
uses: actions/checkout@v7
7373
with:
7474
persist-credentials: false
7575
submodules: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090

9191
- name: Checkout
92-
uses: actions/checkout@v6
92+
uses: actions/checkout@v7
9393
with:
9494
persist-credentials: false
9595
submodules: false

0 commit comments

Comments
 (0)