X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52ac29a767d255685aa16786b6203a4ca076aac7..04f14426922e45d18cf99af8bf27a45188164e02:/.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') }}