Skip to content

Commit 5f348d6

Browse files
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 c5e4757 commit 5f348d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build
22

33
on:
44
push:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Support longpaths
3232
run: git config --global core.longpaths true
3333
- name: "Checkout"
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
lfs: true
3737
fetch-depth: 0

0 commit comments

Comments
 (0)