Skip to content

Commit d4ed006

Browse files
committed
chore: update github actions
1 parent e5b4244 commit d4ed006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Check out repository code
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Set up JDK 17
10-
uses: actions/setup-java@v2
10+
uses: actions/setup-java@v4
1111
id: setupJava
1212
with:
1313
java-version: '17'
@@ -19,7 +19,7 @@ jobs:
1919
{"jdkVersion": "17", "jdkHome": "${{steps.setupJava.outputs.path}}"}
2020
]
2121
- name: Cache local Maven repository
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)