]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/lint.yml
Add articles before "exit" and "roundabout"
[rails.git] / .github / workflows / lint.yml
index 0608b699bdfdcc56bb6f3f10087762b3546e3140..343084b0f8b6b4c52efb4e1f8887f450a7c465ff 100644 (file)
@@ -7,7 +7,7 @@ concurrency:
   cancel-in-progress: true
 env:
   os: ubuntu-22.04
-  ruby: '3.0'
+  ruby: '3.1'
 jobs:
   rubocop:
     name: RuboCop
@@ -50,7 +50,7 @@ jobs:
         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') }}