From edc268943f239b1a3aad0b4c5cdca0a99f1ae147 Mon Sep 17 00:00:00 2001 From: chanhihi Date: Fri, 26 Apr 2024 20:42:17 +0900 Subject: [PATCH] fix: ruby offer --- .github/workflows/Deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index efcb0c6..3bedcdd 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -24,9 +24,9 @@ jobs: uses: actions/checkout@v3 - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + bundler-cache: true - name: Set Xcode version run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer'