Skip to content

Commit

Permalink
Merge pull request #1227 from adorsys/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
AssahBismarkabah authored Dec 9, 2024
2 parents 963fa56 + abfcd9b commit 3886734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
distribution: 'temurin'
java-version: 21

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ matrix.env.KEYCLOAK_VERSION }}-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-${{ matrix.java }}-maven-build-pom-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
distribution: 'temurin'
java-version: '21'

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-keycloak-legacy-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
with:
python-version: 3.7

- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-chart-testing-action
Expand Down

0 comments on commit 3886734

Please sign in to comment.