]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Add Docker README and Makefile for helper commands
[rails.git] / .github / workflows / tests.yml
index b111da9338262b0a2a5a8e9c84f2d8bb11217c0b..5fcfdf69b4455761a3f0fe41e4b38660a474077c 100644 (file)
@@ -15,13 +15,13 @@ jobs:
       OPENSTREETMAP_MEMCACHE_SERVERS: 127.0.0.1
     steps:
     - name: Checkout source
-      uses: actions/checkout@v1
+      uses: actions/checkout@v2
     - name: Setup ruby
       uses: actions/setup-ruby@v1
       with:
         ruby-version: ${{ matrix.ruby }}
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2
       with:
         path: vendor/bundle
         key: bundle-ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}-${{ hashFiles('Gemfile.lock') }}