Skip to content

Commit e92e1b6

Browse files
authored
Merge pull request #22 from serverless-java-in-action/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2d1a5f6 + 340beb5 commit e92e1b6

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@v4
39+
- uses: actions/checkout@v5
4040
- name: Setup Java
4141
uses: actions/setup-java@v4
4242
with:
@@ -60,7 +60,7 @@ jobs:
6060

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

0 commit comments

Comments
 (0)