Skip to content

Commit

Permalink
Bump actions/cache from 2.1.6 to 2.1.7 (#629)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.6...v2.1.7)

---
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>
  • Loading branch information
dependabot[bot] authored Nov 27, 2021
1 parent 001726d commit 458def2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.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/[email protected].6
uses: actions/[email protected].7
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 @@ -24,7 +24,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/[email protected].6
uses: actions/[email protected].7
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 @@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/.gradle/wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lincheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
- name: Cache Gradle packages
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/.gradle/wrapper
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
- name: Cache Gradle packages
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/.gradle/wrapper
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: ./gradlew build -x test
- name: Cache Qodana dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/work/_temp/_github_home/qodana-cache
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/[email protected].6
uses: actions/[email protected].7
with:
path: |
~/.gradle/wrapper
Expand Down

0 comments on commit 458def2

Please sign in to comment.