From 5b0d508c1e1a7c6e7173f1bf3d7fa1f759935c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:21:51 +0000 Subject: [PATCH] github-action: bump ruby/setup-ruby from 1.156.0 to 1.162.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.156.0 to 1.162.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/5cfe23c062c0aac352e765b1b7cc12ea5255ccc4...af848b40be8bb463a751551a1180d74782ba8a72) --- 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 df5021ee..0e2bc1d0 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@5cfe23c062c0aac352e765b1b7cc12ea5255ccc4 + uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 with: bundler-cache: true if: steps.check_for_tests.outputs.files_exists == 'true'