mirror of
https://github.com/ivabus/pantry
synced 2024-11-30 04:05:06 +03:00
bump actions/cache
This commit is contained in:
parent
5fff144446
commit
42b5d93576
4 changed files with 9 additions and 9 deletions
6
.github/workflows/bottle.yml
vendored
6
.github/workflows/bottle.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: teaxyz/pantry.core
|
repository: teaxyz/pantry.core
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-get-platform-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-get-platform-${{ hashFiles('deno.jsonc')}}
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
srcroot: tea.xyz/var/pantry
|
srcroot: tea.xyz/var/pantry
|
||||||
prefix: ${{ github.workspace }}
|
prefix: ${{ github.workspace }}
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ needs.get-platform.outputs.cache-set }}
|
path: ${{ needs.get-platform.outputs.cache-set }}
|
||||||
key: ${{ runner.os }}-deno-bottle-${{ hashFiles('.tea/tea.xyz/var/pantry/deno.jsonc')}}
|
key: ${{ runner.os }}-deno-bottle-${{ hashFiles('.tea/tea.xyz/var/pantry/deno.jsonc')}}
|
||||||
|
@ -177,7 +177,7 @@ jobs:
|
||||||
srcroot: tea.xyz/var/pantry
|
srcroot: tea.xyz/var/pantry
|
||||||
prefix: ${{ github.workspace }}
|
prefix: ${{ github.workspace }}
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-bottle-${{ hashFiles('.tea/tea.xyz/var/pantry/deno.jsonc')}}
|
key: ${{ runner.os }}-deno-bottle-${{ hashFiles('.tea/tea.xyz/var/pantry/deno.jsonc')}}
|
||||||
|
|
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: teaxyz/pantry.core
|
repository: teaxyz/pantry.core
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-get-platform-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-get-platform-${{ hashFiles('deno.jsonc')}}
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
needs: [get-platform]
|
needs: [get-platform]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ needs.get-platform.outputs.cache-set }}
|
path: ${{ needs.get-platform.outputs.cache-set }}
|
||||||
key: ${{ runner.os }}-deno-build-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-build-${{ hashFiles('deno.jsonc')}}
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ needs.get-platform.outputs.cache-set }}
|
path: ${{ needs.get-platform.outputs.cache-set }}
|
||||||
key: ${{ runner.os }}-deno-test-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-test-${{ hashFiles('deno.jsonc')}}
|
||||||
|
@ -159,7 +159,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-stage-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-stage-${{ hashFiles('deno.jsonc')}}
|
||||||
|
|
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
HAS_ARTIFACTS: ${{ env.HAS_ARTIFACTS }}
|
HAS_ARTIFACTS: ${{ env.HAS_ARTIFACTS }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-cd-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-cd-${{ hashFiles('deno.jsonc')}}
|
||||||
|
|
2
.github/workflows/index-data.yml
vendored
2
.github/workflows/index-data.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/.cache/deno
|
path: $HOME/.cache/deno
|
||||||
key: ${{ runner.os }}-deno-queue-detail-ingestion-${{ hashFiles('deno.jsonc')}}
|
key: ${{ runner.os }}-deno-queue-detail-ingestion-${{ hashFiles('deno.jsonc')}}
|
||||||
|
|
Loading…
Reference in a new issue