From 33fbe472c6f39fa3e10607aced43b191e8986faf Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Wed, 26 Oct 2022 01:01:53 +0000 Subject: [PATCH] Upgrade ruby/setup-ruby v1.118.0 -> v1.120.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 88f7c61009..65ce85b27c 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code uses: actions/checkout@v3.1.0 - - uses: ruby/setup-ruby@v1.118.0 + - uses: ruby/setup-ruby@v1.120.0 with: working-directory: ./website bundler-cache: true