Skip to content

Commit 4d64db8

Browse files
committed
Updated github action dependencies.
1 parent 9962f2a commit 4d64db8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ jobs:
1717
echo GITHUB_REF $GITHUB_REF
1818
echo GITHUB_SHA $GITHUB_SHA
1919
echo GITHUB_EVENT_NAME $GITHUB_EVENT_NAME
20-
- uses: actions/checkout@v4.1.1
20+
21+
- name: Check out code
22+
uses: actions/checkout@v4.2.2
23+
2124
- name: Set up JDK 17
22-
uses: actions/setup-java@v4.2.0
25+
uses: actions/setup-java@v4.6.0
2326
with:
2427
distribution: 'adopt'
2528
java-version: 17
26-
- uses: actions/cache@v4.0.1
29+
- uses: actions/cache@v4.2.0
2730
with:
2831
path: ~/.m2/repository
2932
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)