X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eecaf26698348adf3d3b64ea680ad82f959a5ae4..d1cf5bf0f842310edce4dbdda3bc846f0e6c2c32:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 0fcb57461..432d7a28e 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.2 - name: Cache gems - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}