]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/cache from 2.1.7 to 3
[chef.git] / .github / workflows / test-kitchen.yml
index 88f42b0a520710c6aa9963669cd0069d433e8c18..ed0ce17cf567ff178a630eda867720d21810c1ec 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
@@ -106,11 +104,11 @@ jobs:
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2.3.5
+      uses: actions/checkout@v3
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.6
+      uses: actions/cache@v3
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}