From a5f13dc7bcf746a3ef095033766b7194a9bcd74b Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Mon, 14 Oct 2024 10:34:57 +0200 Subject: [PATCH] Update ruby/setup-ruby to v1 Signed-off-by: Jeff Mesnil --- .github/workflows/check_process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_process.yml b/.github/workflows/check_process.yml index aace2224..ac6011ab 100644 --- a/.github/workflows/check_process.yml +++ b/.github/workflows/check_process.yml @@ -17,7 +17,7 @@ jobs: with: ref: "refs/pull/${{ github.event.number }}/merge" - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically