X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4a9f8a5e696b55840ad0ffcaf8941f0454dbf405..735824d5af2fc2f48d9391af6e8583e094973447:/.github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b111da933..12a515759 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,20 +15,20 @@ jobs: OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1 steps: - name: Checkout source - uses: actions/checkout@v1 + uses: actions/checkout@v2.3.4 - name: Setup ruby - uses: actions/setup-ruby@v1 + uses: actions/setup-ruby@v1.1.3 with: ruby-version: ${{ matrix.ruby }} - name: Cache gems - uses: actions/cache@v1 + 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') }}