Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f94ecd0

Browse files
committed
updates actions/cache package
1 parent 3cfb88a commit f94ecd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'temurin'
2121

2222
- name: Cache Maven packages
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)