]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
ridley: tune apache limits
[chef.git] / .github / workflows / test-kitchen.yml
index acb40b6f4f54f97e5ab25a9353e7a134a93edd34..3706f5de60b2f4b048755371ff18f01d45488b97 100644 (file)
@@ -104,23 +104,19 @@ jobs:
         os:
           - ubuntu-2004
         include:
-          - suite: osqa
-            os: ubuntu-1804
           - suite: trac
             os: ubuntu-1804
         exclude:
-          - suite: osqa
-            os: ubuntu-2004
           - suite: trac
             os: ubuntu-2004
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.1
+      uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.5
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}