From a292145246165374419a757184fec6cc9da41e8b Mon Sep 17 00:00:00 2001 From: Eric Boehs Date: Fri, 31 Mar 2023 10:55:02 -0500 Subject: [PATCH] GHA: Revert ruby/setup-ruby to @v1 (#12306) --- .github/workflows/code_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index dd5f678d477..6a54bae395f 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 # Lock back to an @v1-version once https://github.com/ruby/setup-ruby/pull/491 is merged - - uses: ruby/setup-ruby@5dd9cb06655f300c93ea885847ed649645656ba0 + - uses: ruby/setup-ruby@v1 with: bundler-cache: true