Skip to content

Commit 2906fc2

Browse files
authored
Merge pull request #24 from serverless-java-in-action/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a698fa1 + 0b9313a commit 2906fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
name: "Build ${{ matrix.app }}"
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- name: Setup Java
4141
uses: actions/setup-java@v5
4242
with:
@@ -60,7 +60,7 @@ jobs:
6060

6161
name: "Build ${{ matrix.app }}"
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- name: Setup Java
6565
uses: actions/setup-java@v5
6666
with:

0 commit comments

Comments
 (0)