From 4c9773f2e5ac735a1f7d2363954885d1aa6c8a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:13:22 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.155.0 to 1.156.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.155.0 to 1.156.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.155.0...v1.156.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... 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 e9a677f..961bb70 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.155.0 + uses: ruby/setup-ruby@v1.156.0 with: ruby-version : 2.7.6 - uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91882f0..a604f76 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.155.0 + uses: ruby/setup-ruby@v1.156.0 with: ruby-version: ${{ matrix.ruby }} - uses: actions/checkout@v4