X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a8be8a239e54ea70b38affaceb14890d66ac221..1c45402dc43df9a425beae8551e1bc3c5e9565a7:/.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') }}