Skip to content

Commit fd462b5

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d7b5ce commit fd462b5

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: [push, pull_request, workflow_dispatch]
44

@@ -17,7 +17,7 @@ jobs:
1717
# Check out
1818

1919
- name: Check out ${{env.NAME}}
20-
uses: actions/checkout@v6.0.0
20+
uses: actions/checkout@v6.0.1
2121

2222
# Build
2323

0 commit comments

Comments
 (0)