Skip to content

Commit dd845e9

Browse files
committed
Update GitHub action.
1 parent 376445b commit dd845e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow-java-maven-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out the repo
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111

1212
- name: Set up Java
1313
uses: actions/setup-java@v1
1414
with:
1515
java-version: 1.8
1616
- name: Cache Maven packages
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/.m2
2020
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)