Skip to content

Commit ceb14ac

Browse files
authored
ci: update github actions (#373)
* ci: update actions/checkout to v4 * ci: update actions/setup-java to v4
1 parent e8d9928 commit ceb14ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
name: Java ${{ matrix.java }} ${{ matrix.jdk }}
1818
steps:
1919
- name: Checkout Source Code
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Setup Java
23-
uses: actions/setup-java@v2
23+
uses: actions/setup-java@v4
2424
with:
2525
distribution: ${{ matrix.jdk }}
2626
java-package: jdk

0 commit comments

Comments
 (0)