From 2bca124f56d2f99808d5a5d9b63667747ab8d25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:21:22 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6864f1c..bcb417a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby, JRuby and TruffleRuby - uses: ruby/setup-ruby@V1.177.0 + uses: ruby/setup-ruby@v1.177.0 with: ruby-version : 2.7.6 - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ced4229..37f97c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: ruby: [ '2.7.6', '3.0.4', '3.1.2' ] #, 'jruby-head' ] steps: - name: Setup Ruby, JRuby and TruffleRuby - uses: ruby/setup-ruby@V1.177.0 + uses: ruby/setup-ruby@v1.177.0 with: ruby-version: ${{ matrix.ruby }} - uses: actions/checkout@v4