X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93e7f9d8463c1d60251730537f4cd9e3dac9feb8..6b1cb7b0c7254a87f78ad367a190f05788c2f488:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index c386adb65..a7a29c53f 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.6 + uses: actions/cache@v2.1.7 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}