X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b7f94f4028a7e528e474c630580373f9b0479afd..19e9b17d7669364742e7340ca8a101642f77b46d:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 56603f598..bfc83f8f0 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.4 + uses: actions/cache@v2.1.5 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}