X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5b2560e7d50f01a674b8da3d8f30100c92877958..f1c4520b6cf044bf095f837a5d1f35c1a21e984e:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index ad57f08ce..e320a4566 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -108,7 +108,7 @@ jobs: - 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') }}