From c869c28da9cd4a8cfcf43da2bdd0c76c1887568e Mon Sep 17 00:00:00 2001 From: Philip Lundrigan Date: Thu, 4 Jan 2024 11:33:09 -0700 Subject: [PATCH] Try to fix deploy script --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6717acb..20eff04 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v2 - name: Setup Ruby environment - uses: ruby/setup-ruby@v1.81.0 + uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.2 bundler-cache: true - name: Building website