Skip to content

Commit a31575c

Browse files
authored
update actions to v5
1 parent 7a753b6 commit a31575c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
#os: [ubuntu-latest, windows-latest, macOS-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Set up JDK ${{ matrix.jdk }}
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: ${{ matrix.jdk }}
2222
distribution: temurin

0 commit comments

Comments
 (0)