From 7a9da15b83e27b4b6a6e4314bf16751a2d665c1b Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Mon, 9 Oct 2023 01:08:05 +0000 Subject: [PATCH] Upgrade ruby/setup-ruby v1.152.0 -> v1.155.0 See: - https://github.com/ruby/setup-ruby/releases/tag/v1.155.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.154.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.153.0 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 9bfd802db4..f96ad51c2e 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: persist-credentials: false - - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0 + - uses: ruby/setup-ruby@d37167af451eb51448db3354e1057b75c4b268f7 # v1.155.0 with: working-directory: ./website bundler-cache: true