From 86e6bf0e65428d9a43aa01b2c7b72be575c41535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:34:37 +0000 Subject: [PATCH] github-action: bump ruby/setup-ruby from 1.154.0 to 1.155.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.154.0 to 1.155.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/52b8784594ec115fd17094752708121dc5dabb47...d37167af451eb51448db3354e1057b75c4b268f7) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-image-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index 847ef77f..6f8769aa 100644 --- a/.github/workflows/build-image-base.yml +++ b/.github/workflows/build-image-base.yml @@ -122,7 +122,7 @@ jobs: platforms: ${{ inputs.test_platform }} - name: Set up ruby - uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 + uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 with: bundler-cache: true if: steps.check_for_tests.outputs.files_exists == 'true'