From 0ddbe4343cbfc5f78da4f911a2041a9ba80781d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 04:59:55 +0000 Subject: [PATCH] chore: bump ruby/setup-ruby from 1.150.0 to 1.151.0 (#30) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.150.0 to 1.151.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/8a45918450651f5e4784b6031db26f4b9f76b251...bc1dd263b68cb5626dbb55d5c89777d79372c484) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/repo-linting.yml | 2 +- .github/workflows/test-action-ruby.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/repo-linting.yml b/.github/workflows/repo-linting.yml index 1ee7965..f6fbbb3 100644 --- a/.github/workflows/repo-linting.yml +++ b/.github/workflows/repo-linting.yml @@ -65,7 +65,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up Ruby ${{ needs.get-ruby-version.outputs.version }} - uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0 + uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 with: ruby-version: ${{ needs.get-ruby-version.outputs.version }} - name: Run Awesomebot diff --git a/.github/workflows/test-action-ruby.yml b/.github/workflows/test-action-ruby.yml index 7b9118f..d7a643b 100644 --- a/.github/workflows/test-action-ruby.yml +++ b/.github/workflows/test-action-ruby.yml @@ -36,7 +36,7 @@ jobs: version-matrix: ${{fromJson(needs.test-output-method-setup.outputs.version-matrix)}} steps: - name: Setup Ruby ${{ matrix.version-matrix }} - uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0 + uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 with: ruby-version: ${{ matrix.version-matrix }} @@ -63,7 +63,7 @@ jobs: version-matrix: ${{fromJson(needs.test-output-method-setup-eol.outputs.version-matrix)}} steps: - name: Setup Ruby ${{ matrix.version-matrix }} - uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0 + uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 with: ruby-version: ${{ matrix.version-matrix }} @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }} - uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0 + uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only.outputs.highest-version }} @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Ruby ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }} - uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0 + uses: ruby/setup-ruby@bc1dd263b68cb5626dbb55d5c89777d79372c484 # v1.151.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}