Skip to content

Commit

Permalink
Remove no more needed GitHub actions/cache (#1587)
Browse files Browse the repository at this point in the history
the cache for Maven is now built-in with actions/setup-java@v3

it will also avoid warning: `The following actions uses node12 which is
deprecated and will be forced to run on node16: actions/cache@v1 For
more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/`

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 23, 2023
1 parent b30af15 commit 63fdde8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main-push-regen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.16.x
- name: Cache Maven Repository
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build catalog 1st Run
run: ./mvnw clean install -DskipTests
- name: Build catalog 2nd Run
Expand Down

0 comments on commit 63fdde8

Please sign in to comment.