From 2e17b0b9eec7cc86cc3c84da2c2b7c82f49ee3fc Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 12 Jan 2024 21:33:51 +0100 Subject: [PATCH] Update ruby/setup-ruby to support version 3.3.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff4c705e..bb974376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: Set up Ruby - uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests