Skip to content

Commit ff274a8

Browse files
committed
fix paste error
1 parent 60e36b6 commit ff274a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/cache@v4
5353
with:
5454
path: spec/dummy/node_modules
55-
key: dummy-app-node-modules-cache-${{ hashFiles('spec/dummy/package.json') }}-${{ matrix.versions }}
55+
key: dummy-app-node-modules-cache-${{ hashFiles('spec/dummy/package.json') }}-newest
5656
- name: yalc add react-on-rails
5757
run: cd spec/dummy && yalc add react-on-rails
5858
- name: Install Node modules with Yarn for dummy app
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/cache@v4
6868
with:
6969
path: spec/dummy/vendor/bundle
70-
key: dummy-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-${{ matrix.versions }}
70+
key: dummy-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-oldest
7171
- name: Install Ruby Gems for dummy app
7272
run: |
7373
cd spec/dummy

0 commit comments

Comments
 (0)