Skip to content

Commit 8e8df91

Browse files
build(deps): bump actions/checkout in the updates group
Bumps the updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c3d0b1 commit 8e8df91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
DOCKER_HUB_ORG: itzg
4242
MAIN_VARIANT: java21
4343
steps:
44-
- uses: actions/[email protected].0
44+
- uses: actions/[email protected].1
4545

4646
- name: Docker meta
4747
id: meta

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platforms: linux/amd64,linux/arm64
2121
tagPrefix: java21-
2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424

2525
- name: Setup Docker Buildx
2626
uses: docker/[email protected]

0 commit comments

Comments
 (0)