From 83ef2f4581ab40ca504e456339e97ad73427d533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:57:32 +0000 Subject: [PATCH] Update ruby/setup-ruby action to v1.150.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e2b98c..e2d673a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: ruby/setup-ruby@v1.127.0 + - uses: ruby/setup-ruby@v1.150.0 with: bundler-cache: true - name: Run tests