mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:26:12 +00:00
Lock actions/cache
to version 3.2.0 (#8742)
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
NODE_ENV: ${{ startsWith(github.ref, 'refs/tags/v') && 'release' || '' }}
|
||||
|
||||
- name: Cache setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Restore setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Restore setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
@ -114,7 +114,7 @@ jobs:
|
||||
os: macos-latest
|
||||
steps:
|
||||
- name: Restore setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Restore setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Restore setup
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ./*
|
||||
key: ${{ github.ref }}-${{ github.sha }}-setup
|
||||
|
Reference in New Issue
Block a user