From 2ff3d598f8df23f114fb9438d1ce0f67233e0bb6 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Sat, 15 Oct 2022 01:01:56 +0000 Subject: [PATCH] Upgrade ruby/setup-ruby v1.117.0 -> v1.118.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 52060459f2..bb0e985c0e 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.117.0 + - uses: ruby/setup-ruby@v1.118.0 with: working-directory: ./website bundler-cache: true