Skip to content

Commit

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

Bump actions/cache from 4.0.2 to 4.1.1
  • Loading branch information
francis-pouatcha authored Oct 17, 2024
2 parents 1b74c49 + b783ab9 commit 413d246
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 @@ -49,7 +49,7 @@ jobs:
distribution: 'temurin'
java-version: 21

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

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

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

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

0 comments on commit 413d246

Please sign in to comment.