.github/workflows/ci.yml in capistrano-3.18.1 vs .github/workflows/ci.yml in capistrano-3.19.0
- old
+ new
@@ -64,34 +64,14 @@
with:
ruby-version: "ruby" # latest-stable
bundler-cache: true
- name: rake rubocop
run: bundle exec rake rubocop
- danger:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Set up Ruby
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: "ruby" # latest-stable
- bundler-cache: true
- - name: danger
- env:
- DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
- run: bundle exec danger
features:
needs: [spec, spec-legacy]
- runs-on: macos-12
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - name: Cache Vagrant boxes
- uses: actions/cache@v3
- with:
- path: ~/.vagrant.d/boxes
- key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
- restore-keys: |
- ${{ runner.os }}-vagrant-
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "ruby" # latest-stable
bundler-cache: true