From 672f57a068407c0a8e312f53bb954eb74524c4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 04:38:44 +0000 Subject: [PATCH] chore: bump ruby/setup-ruby from 1.162.0 to 1.163.0 (#89) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.162.0 to 1.163.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/af848b40be8bb463a751551a1180d74782ba8a72...b256bd96bb4867e7d23e92e087d9bb697270b725) --- 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 95b7b67..87f9b5e 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Set up Ruby ${{ needs.get-ruby-version.outputs.version }} - uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 + uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.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 fc14162..967e374 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@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 + uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.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@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 + uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.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@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 + uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.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@af848b40be8bb463a751551a1180d74782ba8a72 # v1.162.0 + uses: ruby/setup-ruby@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}