Remove restore key for cache of action
This commit is contained in:
parent
1b84e28a44
commit
fc35805565
2 changed files with 2 additions and 6 deletions
4
.github/workflows/deploying.yml
vendored
4
.github/workflows/deploying.yml
vendored
|
|
@ -25,13 +25,11 @@ jobs:
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
id: gopenpgp-cache
|
id: gopenpgp-cache
|
||||||
with:
|
with:
|
||||||
path: go
|
path: go
|
||||||
key: ${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/gopenpgp_build.sh') }}
|
key: ${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/gopenpgp_build.sh') }}
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-
|
|
||||||
- name: Bundle Install
|
- name: Bundle Install
|
||||||
run: |
|
run: |
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
|
|
|
||||||
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
|
|
@ -18,13 +18,11 @@ jobs:
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: |
|
run: |
|
||||||
gem install bundler
|
gem install bundler
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v4
|
||||||
id: gopenpgp-cache
|
id: gopenpgp-cache
|
||||||
with:
|
with:
|
||||||
path: go
|
path: go
|
||||||
key: ${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/gopenpgp_build.sh') }}
|
key: ${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/gopenpgp_build.sh') }}
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gopenpgp-${{ secrets.CACHE_VERSION }}-
|
|
||||||
- name: Bundle Install
|
- name: Bundle Install
|
||||||
run: |
|
run: |
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue