diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2087c13..f936627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: bundler-cache: true - name: Prepare RuboCop cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: DEPENDENCIES_HASH: ${{ hashFiles('.ruby-version', '**/.rubocop.yml', '**/.rubocop_todo.yml', 'Gemfile.lock') }} with: