diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 752579754..69cb6ceb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,13 +7,14 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/setup-ruby@v1 - with: - ruby-version: '2.7' - - name: Checkout uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '2.7' + bundler-cache: true + - name: Deploy env: AWS_REGION: us-east-1