Skip to content

Commit fe40502

Browse files
authored
Merge pull request #14 from igniterealtime/dependabot/github_actions/actions/cache-4
Bump actions/cache from 1 to 4
2 parents b9ad724 + 7821543 commit fe40502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: temurin
2323
java-version: ${{ matrix.java }}
2424
- name: Cache Maven repository
25-
uses: actions/cache@v1
25+
uses: actions/cache@v4
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-java${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -79,7 +79,7 @@ jobs:
7979
echo "rel_id is '$rel_id'"
8080
8181
- name: Cache Maven repository
82-
uses: actions/cache@v1
82+
uses: actions/cache@v4
8383
with:
8484
path: ~/.m2/repository
8585
key: ${{ runner.os }}-java11-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)