From 98351c40766ac3484de03de69c0d8221c325c8aa Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 25 Mar 2024 02:10:03 +0000 Subject: [PATCH] Upgrade ruby/setup-ruby v1.172.0 -> v1.173.0 See: - https://github.com/ruby/setup-ruby/releases/tag/v1.173.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 cb729d306f..bd197a3198 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - - uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0 + - uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # v1.173.0 with: working-directory: ./website bundler-cache: true