Skip to content

Commit 2e0033d

Browse files
Bump actions/cache from 3.0.2 to 3.0.3 (#7430)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a61ae64 commit 2e0033d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gradle_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'zulu'
2323
java-version: '8'
2424
- name: Cache Gradle packages
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].3
2626
with:
2727
path: ~/.gradle/caches
2828
key: ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_jdk11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'zulu'
2525
java-version: '11'
2626
- name: Cache Gradle packages
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
with:
2929
path: ~/.gradle/caches
3030
key: ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'zulu'
2323
java-version: '8'
2424
- name: Cache Gradle packages
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].3
2626
with:
2727
path: ~/.gradle/caches
2828
key: ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'zulu'
2525
java-version: '8'
2626
- name: Cache Gradle packages
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
with:
2929
path: ~/.gradle/caches
3030
key: ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}

.github/workflows/gradle_snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'zulu'
2424
java-version: '8'
2525
- name: Cache Gradle packages
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].3
2727
with:
2828
path: ~/.gradle/caches
2929
key: ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)