X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c7cf05063d1fc010c6579e3fa44862637687a79e..f85b44fce4d8e7c25bcc5ae8ded47852d1e85bd0:/.github/workflows/cookstyle.yml 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') }}