]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Bump actions/cache from v2.1.4 to v2.1.5
[rails.git] / .github / workflows / tests.yml
index 5fcfdf69b4455761a3f0fe41e4b38660a474077c..04caddf41b5061d8c6de37b61019e49985772718 100644 (file)
@@ -15,20 +15,20 @@ jobs:
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
     steps:
     - name: Checkout source
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
     - name: Setup ruby
       uses: actions/setup-ruby@v1
       with:
         ruby-version: ${{ matrix.ruby }}
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.5
       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.5
       with:
         path: node_modules
         key: yarn-ubuntu-${{ matrix.ubuntu }}-${{ hashFiles('yarn.lock') }}