summaryrefslogtreecommitdiff
path: root/.github/workflows/bundled_gems.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-23 14:49:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-23 14:59:25 +0900
commit25e417b773b6f4b78c27a79e06c1277e7a5cf342 (patch)
tree7cb78ef741165e0c363a796ac18de5fe301c39ab /.github/workflows/bundled_gems.yml
parent95da41ee0acfb789ebdd0192eaa8e02f26fe3cc1 (diff)
downloadruby-25e417b773b6f4b78c27a79e06c1277e7a5cf342.tar.gz
Separate cache key from primary key [ci skip]
Diffstat (limited to '.github/workflows/bundled_gems.yml')
-rw-r--r--.github/workflows/bundled_gems.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index 1478056106..138ada52c3 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -33,7 +33,9 @@ jobs:
- uses: actions/cache@v2
with:
path: .downloaded-cache
- key: downloaded-cache
+ key: downloaded-cache-${{ github.sha }}
+ restore-keys: |
+ downloaded-cache
- name: Download previous gems list
run: |