Skip to content

Commit a8d27ef

Browse files
sullismetacosm
authored andcommitted
chore(ci): drop actions/cache@v2
We no longer need to use actions/cache. Maven dependencies are cached via actions/setup-java https://github.blog/changelog/2021-08-30-github-actions-setup-java-now-supports-dependency-caching/
1 parent 235da32 commit a8d27ef

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
kubernetes: ['v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4']
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: actions/cache@v2
24-
with:
25-
path: ~/.m2/repository
26-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27-
restore-keys: |
28-
${{ runner.os }}-maven-
2923
- name: Set up Java and Maven
3024
uses: actions/setup-java@v2
3125
with:

.github/workflows/pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
kubernetes: ['v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4']
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: actions/cache@v2
24-
with:
25-
path: ~/.m2/repository
26-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
27-
restore-keys: |
28-
${{ runner.os }}-maven-
2923
- name: Set up Java and Maven
3024
uses: actions/setup-java@v2
3125
with:
@@ -44,4 +38,3 @@ jobs:
4438
driver: 'docker'
4539
- name: Run integration tests
4640
run: ./mvnw ${MAVEN_ARGS} -B package -P no-unit-tests --file pom.xml
47-

0 commit comments

Comments
 (0)