]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump cookstyle from 7.31.1 to 7.31.3
[chef.git] / .github / workflows / test-kitchen.yml
index 0fcb574614cabd77c9ea1ef9c2b0b2963fb29dee..e320a45663f93625b0e50eb079300048a2f41646 100644 (file)
@@ -81,7 +81,6 @@ jobs:
           - serverinfo
           - snmpd
           - spamassassin
-          - squid
           - ssl
           - stateofthemap
           - subversion
@@ -91,7 +90,6 @@ jobs:
           - sysfs
           - taginfo
           - tile
-          - tilecache
           - tilelog
           - tools
           - trac
@@ -103,20 +101,14 @@ jobs:
           - wiki
         os:
           - ubuntu-2004
-        include:
-          - suite: trac
-            os: ubuntu-1804
-        exclude:
-          - suite: trac
-            os: ubuntu-2004
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.4.0
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.2
+      uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.7
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}