Skip to content

Commit 99aadea

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] <[email protected]>
1 parent 7e50d9f commit 99aadea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/Action-Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout repo
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434
fetch-depth: 0
@@ -47,7 +47,7 @@ jobs:
4747
needs: UploadArtifact
4848
steps:
4949
- name: Checkout repo
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
persist-credentials: false
5353
fetch-depth: 0
@@ -73,7 +73,7 @@ jobs:
7373
needs: UploadArtifact
7474
steps:
7575
- name: Checkout repo
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
persist-credentials: false
7979
fetch-depth: 0

.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@v5
29+
uses: actions/checkout@v6
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@v5
22+
uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

0 commit comments

Comments
 (0)