Skip to content

Commit 2fdc3aa

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

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@v4
43+
uses: actions/checkout@v5
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
@@ -153,7 +153,7 @@ jobs:
153153
distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
154154

155155
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
156-
uses: actions/checkout@v4
156+
uses: actions/checkout@v5
157157
with:
158158
persist-credentials: false
159159
submodules: false
@@ -205,7 +205,7 @@ jobs:
205205
steps:
206206

207207
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
208-
uses: actions/checkout@v4
208+
uses: actions/checkout@v5
209209
with:
210210
persist-credentials: false
211211
submodules: false
@@ -315,7 +315,7 @@ jobs:
315315
316316
- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
317317
if: ${{ !cancelled() }}
318-
uses: actions/checkout@v4
318+
uses: actions/checkout@v5
319319
with:
320320
persist-credentials: false
321321
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@v4
80+
uses: actions/checkout@v5
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@v4
69+
uses: actions/checkout@v5
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@v4
89+
uses: actions/checkout@v5
9090
with:
9191
persist-credentials: false
9292
submodules: false

0 commit comments

Comments
 (0)