Skip to content

Commit be8c01c

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 7ad3dc5 commit be8c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
deno-version: v2.x
2020
- name: Check out repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222
- name: Fetch data (InterPlanetary One - Verifiers)
2323
uses: AlexxNica/flat@main
2424
with:

0 commit comments

Comments
 (0)