mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
ci: use actions/cache@v2.1.0 instead of v2.1.5 (#1502)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Next.js cache
|
||||
uses: actions/cache@v2.1.5
|
||||
uses: actions/cache@v2.1.0
|
||||
with:
|
||||
path: ${{ github.workspace }}/.next/cache
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package.json') }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Next.js cache
|
||||
uses: actions/cache@v2.1.5
|
||||
uses: actions/cache@v2.1.0
|
||||
with:
|
||||
path: ${{ github.workspace }}/.next/cache
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package.json') }}
|
||||
|
2
.github/workflows/snap.yaml
vendored
2
.github/workflows/snap.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Cache Next.js build
|
||||
uses: actions/cache@v2.1.5
|
||||
uses: actions/cache@v2.1.0
|
||||
with:
|
||||
path: ${{ github.workspace }}/.next/cache
|
||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package.json') }}
|
||||
|
Reference in New Issue
Block a user