]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Update actions/cache requirement to v2.1.4
[rails.git] / .github / workflows / tests.yml
index 13c823ab50c7c89c745008b6dd1e2ceb068c3a13..87b7b51ea6d29c02411bb29a9515ce0e0f06028e 100644 (file)
@@ -21,14 +21,14 @@ jobs:
       with:
         ruby-version: ${{ matrix.ruby }}
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-${{ hashFiles('Gemfile.lock') }}
         restore-keys: |
           bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-
     - name: Cache node modules
-      uses: actions/cache@v1
+      uses: actions/cache@v2.1.4
       with:
         path: node_modules
         key: yarn-ubuntu-${{ matrix.ubuntu }}-${{ hashFiles('yarn.lock') }}