Skip to content

Commit

Permalink
Merge pull request #45 from sebj/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-3.2.5
  • Loading branch information
dependabot[bot] authored Feb 10, 2023
2 parents c12b33e + 1378944 commit 64bf08e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Gradle dependencies
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: Cache Gradle wrapper
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
4 changes: 2 additions & 2 deletions .github/workflows/build-test-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v3

- name: Cache Gradle dependencies
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: Cache Gradle wrapper
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 64bf08e

Please sign in to comment.