From 88374f0d5eaae37ca70d3d0317fd84e49fc8d1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:46:45 +0000 Subject: [PATCH] chore: bump ruby/setup-ruby from 1.163.0 to 1.165.0 (#90) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.163.0 to 1.165.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/b256bd96bb4867e7d23e92e087d9bb697270b725...961f85197f92e4842e3cb92a4f97bd8e010cdbaf) --- 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 87f9b5e..cd4b5b2 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@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 + uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.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 967e374..e648dfa 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@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 + uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.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@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 + uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.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@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 + uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.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@b256bd96bb4867e7d23e92e087d9bb697270b725 # v1.163.0 + uses: ruby/setup-ruby@961f85197f92e4842e3cb92a4f97bd8e010cdbaf # v1.165.0 with: ruby-version: ${{ needs.test-output-method-setup-highest-only-strip-patch.outputs.highest-version }}