Skip to content

Commit 60b07f9

Browse files
Bump actions/checkout from 6.0.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76b95cf commit 60b07f9

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
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121

2222
steps:
23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
with:
2525
fetch-depth: 0
2626

@@ -51,7 +51,7 @@ jobs:
5151
if: success() || failure()
5252

5353
steps:
54-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
54+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5555
with:
5656
fetch-depth: 0
5757

0 commit comments

Comments
 (0)