Skip to content

Commit

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

Bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
AssahBismarkabah authored Nov 27, 2024
2 parents afea1c2 + 955b697 commit bb52a66
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 @@ -57,7 +57,7 @@ jobs:
distribution: 'temurin'
java-version: 21

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

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

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

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

0 comments on commit bb52a66

Please sign in to comment.