From 4d487b79b8fc731b077b9d1c4c190d0b7779f947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:57:22 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.146.0 to 1.151.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.146.0 to 1.151.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/55283cc23133118229fd3f97f9336ee23a179fcf...bc1dd263b68cb5626dbb55d5c89777d79372c484) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5872460..441d298 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: version=$(cat .ruby-version) echo "version=${version}" >> $GITHUB_OUTPUT - - uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # pin@v1.146.0 + - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # pin@v1.151.0 with: ruby-version: ${{ steps.ruby-version.outputs.version }} bundler-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a283ca..e239130 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: version=$(cat .ruby-version) echo "version=${version}" >> $GITHUB_OUTPUT - - uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # pin@v1.146.0 + - uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # pin@v1.151.0 with: ruby-version: ${{ steps.ruby-version.outputs.version }} bundler-cache: true