From 778a6e704333557b6fa0fac641d603a463a20ffb Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Thu, 10 Nov 2022 07:45:10 +0100 Subject: [PATCH] Upgrade ruby/setup-ruby v1.120.0 -> v1.120.1 (#341) See: - https://github.com/ruby/setup-ruby/releases/tag/v1.120.1 - https://github.com/ruby/setup-ruby/compare/v1.120.0...v1.120.1 --- .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 c0b664d9a5..7ac5f1935c 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.120.0 + - uses: ruby/setup-ruby@v1.120.1 with: working-directory: ./website bundler-cache: true