Skip to content

Commit

Permalink
Bump actions/cache from v2.1.4 to v2.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ben-manes committed Apr 13, 2021
1 parent 2f494fd commit f068f0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |
~/.gradle/wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |
~/.gradle/wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |
~/.gradle/wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Cache Gradle packages
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
with:
path: |
~/.gradle/wrapper
Expand Down

0 comments on commit f068f0e

Please sign in to comment.