From 3ccfff2c28bc28ad12ea2ab926e4cf625c35c4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:49:08 +0000 Subject: [PATCH] Update ruby/setup-ruby action to v1.150.0 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 28094bc..7224ecd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.45.0 + uses: ruby/setup-ruby@v1.150.0 with: ruby-version: 2 - name: Install Compass