- name: Checkout uses: actions/checkout@v3 - name: Install Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Install Terraspace run: .github/bin/install