X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93e7f9d8463c1d60251730537f4cd9e3dac9feb8..678ac726c66e317640d361fcb2bc6f810f917d05:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index ec89f07d2..1160f222f 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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.4.0 + 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@v2.1.7 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}