Skip to content

Commit

Permalink
Merge pull request #93 from sebj/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-3.3.3
  • Loading branch information
dependabot[bot] committed Jan 12, 2024
2 parents 89801d8 + ab175c3 commit 7872aea
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@v4

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

- name: Cache Gradle wrapper
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
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@v4

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

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

0 comments on commit 7872aea

Please sign in to comment.