WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 057ed81

Browse files
build(deps): 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 b7a754b commit 057ed81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
-
3131
name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
-
3434
name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
-
5555
name: Checkout
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
-
5858
name: Set up Go
5959
uses: actions/setup-go@v6
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
-
141141
name: Checkout
142-
uses: actions/checkout@v5
142+
uses: actions/checkout@v6
143143
with:
144144
fetch-depth: 0
145145
-
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
-
187187
name: Checkout
188-
uses: actions/checkout@v5
188+
uses: actions/checkout@v6
189189
with:
190190
fetch-depth: 0
191191
-

0 commit comments

Comments
 (0)