Skip to content

Commit 2f853e5

Browse files
chore: bump actions/checkout in the workflow-actions group (#62)
Bumps the workflow-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6febe81 commit 2f853e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# https://github.com/actions/checkout
2626
- name: 'checkout'
27-
uses: 'actions/checkout@d632683dd7b4114ad314bca15554477dd762a938' # v4.2.0
27+
uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1
2828

2929
# https://github.com/actions/setup-java
3030
- name: 'Set up JDK'

0 commit comments

Comments
 (0)