未验证 提交 6b9193dd 编写于 作者: D dependabot[bot] 提交者: GitHub

Bump actions/cache from 1 to 3 (#1082)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: Ndependabot[bot] <support@github.com>
Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NBogdan Kobylynskyi <92bogdan@gmail.com>
上级 750dce2b
......@@ -26,19 +26,19 @@ jobs:
java-version: ${{ matrix.jdk-version }}
- name: Gradle cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.gradle
key: gradle
- name: Maven cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: m2
- name: Loading ivy cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
......@@ -94,19 +94,19 @@ jobs:
java-version: 11
- name: Gradle cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.gradle
key: gradle
- name: Maven cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: m2
- name: Loading ivy cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
......
......@@ -42,19 +42,19 @@ jobs:
java-version: 1.8
- name: Gradle cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.gradle
key: gradle
- name: Maven cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.m2
key: m2
- name: Loading ivy cache
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册