diff --git a/.github/workflows/build-image-base.yml b/.github/workflows/build-image-base.yml index df5021ee..d744ea51 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@360dc864d5da99d54fcb8e9148c14a84b90d3e88 with: bundler-cache: true if: steps.check_for_tests.outputs.files_exists == 'true'