From 09d668f5acda0b2c9d6e98bbfba3e30f268c7ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:10:16 -0500 Subject: [PATCH] Update ruby/setup-ruby action to v1.162.0 (#405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/run-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-check.yml b/.github/workflows/run-check.yml index ee88b81b75..c0a7fd5744 100644 --- a/.github/workflows/run-check.yml +++ b/.github/workflows/run-check.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Configure Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 with: bundler-cache: true ruby-version: ${{ env.RUBY_VERSION }}