X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a24470a145847920ffe3cb6764c93d9192ed8ca0..dd0b486c0e22748bbf7fcb7c87252cb3c512a934:/.github/workflows/test-kitchen.yml?ds=sidebyside 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') }}