X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/61a6883a095ff3862ed1b637a9d4cd662ae33078..8f109f3e43e74ff683f819571b45a6765579467a:/.github/workflows/cookstyle.yml?ds=inline diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 94e1fb5db..5a5139bb2 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -12,7 +12,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') }}