File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
7+ - uses : actions/checkout@v4
88 - uses : ruby/setup-ruby@v1
99 with :
10- ruby-version : 2.6
10+ ruby-version : 3.4
1111 bundler-cache : true
12- - uses : actions/cache@v3
12+ - uses : actions/cache@v4
1313 with :
1414 path : " ./vendor/bundle"
15- key : v1/${{ runner.os }}/ruby-2.6 /${{ hashFiles('**/Gemfile.lock') }}
16- restore-keys : v1/${{ runner.os }}/ruby-2.6 /
17- - uses : actions/setup-node@v1
15+ key : v1/${{ runner.os }}/ruby-3.4 /${{ hashFiles('**/Gemfile.lock') }}
16+ restore-keys : v1/${{ runner.os }}/ruby-3.4 /
17+ - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
20- - uses : actions/cache@v3
19+ node-version : 20
20+ - uses : actions/cache@v4
2121 with :
2222 path : ~/.npm
23- key : v1/${{ runner.os }}/node-18 /${{ hashFiles('**/package-lock.lock ') }}
24- restore-keys : v1/${{ runner.os }}/node-18 /
23+ key : v1/${{ runner.os }}/node-20 /${{ hashFiles('**/package-lock.json ') }}
24+ restore-keys : v1/${{ runner.os }}/node-20 /
2525 - run : make test
2626 env :
2727 PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
You can’t perform that action at this time.
0 commit comments