Skip to content

Commit

Permalink
Merge pull request #158 from aem-design/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/cache-3.0.8

Bump actions/cache from 2.1.6 to 3.0.8
  • Loading branch information
wildone authored Sep 9, 2022
2 parents 1b5823d + 56d90d8 commit a2d6b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ jobs:
source <(curl -sL https://github.com/aem-design/aemdesign-docker/releases/latest/download/setup-gpg.sh)
- name: Cache sonarcloud packages
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.8
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache maven packages
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.8
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit a2d6b3c

Please sign in to comment.