From 3218aa88cb39b4981368c4b7eb7e56357e62270a Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:10:21 +0200 Subject: [PATCH] Bump `actions/checkout` to v4 This prevents a deprecation warning --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}