diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a699e0b..8ec4e7d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -19,7 +19,7 @@ jobs: task: rubocop name: ${{ matrix.ruby }} rake ${{ matrix.task }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}