Skip to content

Commit 29d1af0

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 2d991b7 commit 29d1af0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/Auto-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Auto-Release
3232
uses: PSModule/Auto-Release@v1

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/TestWorkflow.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
# Need to check out as part of the test, as its a local action
5555
- name: Checkout repo
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757

5858
- name: Action-Test
5959
uses: ./
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
# Need to check out as part of the test, as its a local action
7878
- name: Checkout repo
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
# # Not a supported way of running the action
8282
# # This syntax is specifically for using a function in a specific module
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
# Need to check out as part of the test, as its a local action
146146
- name: Checkout repo
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v5
148148

149149
- name: Action-Test
150150
uses: ./
@@ -324,7 +324,7 @@ jobs:
324324
steps:
325325
# Need to check out as part of the test, as its a local action
326326
- name: Checkout repo
327-
uses: actions/checkout@v4
327+
uses: actions/checkout@v5
328328

329329
- name: Action-Test
330330
uses: ./
@@ -386,7 +386,7 @@ jobs:
386386
steps:
387387
# Need to check out as part of the test, as its a local action
388388
- name: Checkout repo
389-
uses: actions/checkout@v4
389+
uses: actions/checkout@v5
390390

391391
- name: Action-Test
392392
uses: ./
@@ -404,7 +404,7 @@ jobs:
404404
steps:
405405
# Need to check out as part of the test, as its a local action
406406
- name: Checkout repo
407-
uses: actions/checkout@v4
407+
uses: actions/checkout@v5
408408

409409
- name: Action-Test
410410
uses: ./
@@ -430,7 +430,7 @@ jobs:
430430
steps:
431431
# Need to check out as part of the test, as its a local action
432432
- name: Checkout repo
433-
uses: actions/checkout@v4
433+
uses: actions/checkout@v5
434434

435435
- name: Action-Test
436436
uses: ./
@@ -456,7 +456,7 @@ jobs:
456456
steps:
457457
# Need to check out as part of the test, as its a local action
458458
- name: Checkout repo
459-
uses: actions/checkout@v4
459+
uses: actions/checkout@v5
460460

461461
- name: Action-Test
462462
uses: ./
@@ -482,7 +482,7 @@ jobs:
482482
steps:
483483
# Need to check out as part of the test, as its a local action
484484
- name: Checkout repo
485-
uses: actions/checkout@v4
485+
uses: actions/checkout@v5
486486

487487
- name: Action-Test
488488
uses: ./
@@ -517,7 +517,7 @@ jobs:
517517
steps:
518518
# Need to check out as part of the test, as its a local action
519519
- name: Checkout repo
520-
uses: actions/checkout@v4
520+
uses: actions/checkout@v5
521521

522522
- name: Action-Test
523523
uses: ./
@@ -553,7 +553,7 @@ jobs:
553553
steps:
554554
# Need to check out as part of the test, as its a local action
555555
- name: Checkout repo
556-
uses: actions/checkout@v4
556+
uses: actions/checkout@v5
557557

558558
# Login to Azure to enable KeyVault access
559559
- name: Login to Azure
@@ -602,7 +602,7 @@ jobs:
602602
steps:
603603
# Need to check out as part of the test, as its a local action
604604
- name: Checkout repo
605-
uses: actions/checkout@v4
605+
uses: actions/checkout@v5
606606

607607
# Login to Azure to enable KeyVault access
608608
- name: Login to Azure
@@ -650,7 +650,7 @@ jobs:
650650
steps:
651651
# Need to check out as part of the test, as its a local action
652652
- name: Checkout repo
653-
uses: actions/checkout@v4
653+
uses: actions/checkout@v5
654654

655655
- name: Action-Test with PreserveCredentials false
656656
uses: ./

0 commit comments

Comments
 (0)