Skip to content

Commit 2ebaeda

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#275)
1 parent 9679837 commit 2ebaeda

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/checkout@v5.0.0
44+
- uses: actions/checkout@v6.0.0
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/checkout@v5.0.0
23+
- uses: actions/checkout@v6.0.0
2424

2525
- name: Setup Docker Buildx
2626
uses: docker/setup-buildx-action@v3.11.1

0 commit comments

Comments
 (0)