Skip to content

Commit 22a1e96

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
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 eed54a5 commit 22a1e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 20
2222
steps:
2323
- name: Checkout the repository
24-
uses: actions/checkout@v6.0.0
24+
uses: actions/checkout@v6.0.1
2525

2626
- name: Set up QEMU environment
2727
uses: docker/setup-qemu-action@v3.7.0

0 commit comments

Comments
 (0)