From 8e3beb9d5c33ee0d6f531664f559c2ab501e2910 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Thu, 1 Dec 2022 09:01:08 +0100 Subject: [PATCH] Upgrade ruby/setup-ruby v1.123.0 -> v1.126.0 (#379) See: - https://github.com/ruby/setup-ruby/releases/tag/v1.124.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.125.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.126.0 - https://github.com/ruby/setup-ruby/compare/v1.123.0...v1.126.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 dfe87df1d4..2f2e7ad54a 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out code uses: actions/checkout@v3.1.0 - - uses: ruby/setup-ruby@v1.123.0 + - uses: ruby/setup-ruby@v1.126.0 with: working-directory: ./website bundler-cache: true