X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/61a6883a095ff3862ed1b637a9d4cd662ae33078..bb46cbb488afdee7739222c9d107078304ca945e:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 3706f5de6..6bbd811ad 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -116,7 +116,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}