From aee493470dbe185b988f90a48a0668b963ed0148 Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Tue, 19 Sep 2023 18:49:14 +0300 Subject: [PATCH] Merge pull request #619 from ManageIQ/renovate/actions-checkout-4.x chore(deps): update actions/checkout action to v4 (cherry picked from commit 054bff2c5e31a555004be2b3c4d32fb9dc5e6a0f) --- .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 f764759d..73cfd854 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -31,7 +31,7 @@ jobs: command: 'bundle exec rake rubocop' name: ${{ matrix.os_and_command.os }} ${{ matrix.ruby }} rake ${{ matrix.os_and_command.command }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # actions/setup-ruby did not support truffle or bundler caching - uses: ruby/setup-ruby@v1 with: