We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfb88a commit f94ecd0Copy full SHA for f94ecd0
1 file changed
.github/workflows/test-application.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Set up JDK 21
17
uses: actions/setup-java@v4
@@ -20,7 +20,7 @@ jobs:
20
distribution: 'temurin'
21
22
- name: Cache Maven packages
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments