cancel-in-progress: true
env:
os: ubuntu-22.04
- ruby: '3.0'
+ ruby: '3.1'
jobs:
rubocop:
name: RuboCop
rubygems: 3.4.10
bundler-cache: true
- name: Cache node modules
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: node_modules
key: yarn-${{ env.os }}-${{ hashFiles('yarn.lock') }}