mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore(deps): update actions/cache action to v3
This commit is contained in:
parent
46a5a43d91
commit
63e8c65599
2
.github/workflows/backend_build.yml
vendored
2
.github/workflows/backend_build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
java-version: 17
|
||||
|
||||
- name: Cache Maven Deps
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: $GITHUB_WORKSPACE/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
version: 7
|
||||
|
||||
- name: Cache Maven Deps
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: $GITHUB_WORKSPACE/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Cache pnpm
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: "~/.pnpm-store"
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
|
2
.github/workflows/frontend_build.yml
vendored
2
.github/workflows/frontend_build.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
version: 7
|
||||
|
||||
- name: Cache Pnpm
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: "~/.pnpm-store"
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
|
Loading…
Reference in New Issue
Block a user