Skip to content

Commit 2196a4e

Browse files
authored
Merge pull request #3 from eeditiones/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents 859c215 + d85cffa commit 2196a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
JAVA_VERSION: [11, 21]
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
- name: Set up QEMU
3737
uses: docker/setup-qemu-action@v3
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name == 'push'
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171

7272
- name: Set up QEMU
7373
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)