Skip to content

Commit 73075bc

Browse files
Merge pull request #307 from Project-Env/dependabot/github_actions/actions/cache-4.1.2
2 parents 8e97ef2 + 1eab47f commit 73075bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Gradle Dependencies Cache
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
path: ~/.gradle/caches
2222
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

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

0 commit comments

Comments
 (0)