From 219254813e3953a10cf99c23cfcc1b0b72c4356b Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 26 Feb 2024 07:12:13 +0100 Subject: [PATCH] Upgrade ruby/setup-ruby v1.170.0 -> v1.172.0 (#1055) See: - https://github.com/ruby/setup-ruby/releases/tag/v1.172.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.171.0 --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 9b9f9d110e..8191ee812b 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - - uses: ruby/setup-ruby@bd03e04863f52d169e18a2b190e8fa6b84938215 # v1.170.0 + - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 with: working-directory: ./website bundler-cache: true