Skip to content

Commit 8e0ded3

Browse files
authored
Update maven.yml
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent 8a8252c commit 8e0ded3

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
@@ -20,9 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: Checkout on ${{ matrix.os }}
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Set up JDK ${{ matrix.java_version }}
25-
uses: actions/setup-java@v3
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: ${{ matrix.java_version }}
2828
distribution: 'temurin'

0 commit comments

Comments
 (0)