Skip to content

Commit 2b0b894

Browse files
Merge pull request #47 from sebj/dependabot/github_actions/actions/cache-3.2.6
2 parents 64bf08e + f23ec66 commit 2b0b894

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Cache Gradle dependencies
18-
uses: actions/[email protected].5
18+
uses: actions/[email protected].6
1919
with:
2020
path: ~/.gradle/caches
2121
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
2222

2323
- name: Cache Gradle wrapper
24-
uses: actions/[email protected].5
24+
uses: actions/[email protected].6
2525
with:
2626
path: ~/.gradle/wrapper
2727
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

.github/workflows/build-test-documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Cache Gradle dependencies
21-
uses: actions/[email protected].5
21+
uses: actions/[email protected].6
2222
with:
2323
path: ~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
2525

2626
- name: Cache Gradle wrapper
27-
uses: actions/[email protected].5
27+
uses: actions/[email protected].6
2828
with:
2929
path: ~/.gradle/wrapper
3030
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

0 commit comments

Comments
 (0)