We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673c85a commit d1f01daCopy full SHA for d1f01da
.github/workflows/lint-js-and-ruby.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/cache@v4
40
with:
41
path: vendor/bundle
42
- key: package-app-gem-cache-${{ hashFiles('Gemfile.lock') }}-oldest
+ key: package-app-gem-cache-${{ hashFiles('Gemfile.lock') }}-newest
43
- name: Install Node modules with Yarn for renderer package
44
run: |
45
yarn install --no-progress --no-emoji --frozen-lockfile
@@ -60,7 +60,7 @@ jobs:
60
61
62
path: spec/dummy/vendor/bundle
63
- key: dummy-app-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
+ key: dummy-app-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-newest
64
- name: Install Ruby Gems for dummy app
65
66
cd spec/dummy
0 commit comments