X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/678ac726c66e317640d361fcb2bc6f810f917d05..c8eafee4c795a7dfb70a60360b0691c53a5dde6f:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index de66603d1..d9c87c2c1 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.7 + uses: actions/cache@v3 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}