From f451b4cb73d359115c0ccbb6039eb9cfbbfb661e Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Fri, 18 Nov 2022 09:39:42 +0100 Subject: [PATCH] Upgrade ruby/setup-ruby v1.121.0 -> v1.123.0 (#345) See: - https://github.com/ruby/setup-ruby/releases/tag/v1.122.0 - https://github.com/ruby/setup-ruby/releases/tag/v1.123.0 - https://github.com/ruby/setup-ruby/compare/v1.121.0...v1.123.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 6d4ae600..941336c2 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.121.0 + - uses: ruby/setup-ruby@v1.123.0 with: working-directory: ./website bundler-cache: true