Skip to content

Commit 9ba5705

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 17cdd15 commit 9ba5705

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout the code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Install toolchain
2525
run: |
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout the code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343

4444
- name: Install toolchain
4545
run: |
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Checkout the code
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v6
8888

8989
- name: Install toolchain
9090
run: |
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Checkout the code
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v6
119119

120120
- name: Install toolchain
121121
run: |
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Checkout the code
155-
uses: actions/checkout@v4
155+
uses: actions/checkout@v6
156156

157157
- name: Install toolchain
158158
run: |

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
cancel-in-progress: false
4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
token: ${{ secrets.RELEASE_PLZ_TOKEN }}

0 commit comments

Comments
 (0)