From 6b3d5d7ad5ecf66c5f9eaced14b098cdd3396e14 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Fri, 11 Nov 2022 02:02:54 +0000 Subject: [PATCH] Upgrade ruby/setup-ruby v1.120.1 -> v1.121.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 7ac5f1935c..d6f7943df3 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.1 + - uses: ruby/setup-ruby@v1.121.0 with: working-directory: ./website bundler-cache: true