Skip to content

Commit 99ad4ab

Browse files
Update actions/checkout action to v5 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0ac813 commit 99ad4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
version: [17, 21]
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: temurin
@@ -35,7 +35,7 @@ jobs:
3535
vendor: [temurin, liberica]
3636
runs-on: ${{ matrix.os }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- uses: actions/setup-java@v5
4040
with:
4141
distribution: ${{ matrix.vendor }}

0 commit comments

Comments
 (0)