Skip to content

Commit

Permalink
Merge pull request #40 from anas-elgarhy/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.2.5

Bump actions/cache from 3.2.4 to 3.2.5
  • Loading branch information
mergify[bot] committed Feb 15, 2023
2 parents b0b1191 + c75173d commit b8c323b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
uses: actions/checkout@v3

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

- name: Setup Gradle Wrapper Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
Expand Down Expand Up @@ -87,13 +87,13 @@ jobs:
uses: actions/checkout@v3

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

- name: Setup Gradle Wrapper Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
Expand Down Expand Up @@ -139,13 +139,13 @@ jobs:
uses: actions/checkout@v3

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

- name: Setup Gradle Wrapper Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
Expand All @@ -163,7 +163,7 @@ jobs:
# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
uses: actions/checkout@v3

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}

- name: Setup Gradle Wrapper Cache
uses: actions/cache@v3.2.4
uses: actions/cache@v3.2.5
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
Expand Down

0 comments on commit b8c323b

Please sign in to comment.