Skip to content

Commit

Permalink
Merge pull request #296 from serokell/rvem/chore-update-ruby-version-…
Browse files Browse the repository at this point in the history
…in-ci

[Chore] Update ruby version used in CI to 3.3
  • Loading branch information
rvem committed Jan 31, 2024
2 parents 59f4fa3 + cc40a23 commit b370667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true
- uses: MeilCli/danger-action@v5
name: Instant checks
with:
install_path: 'vendor/bundle'
danger_file: './danger/instant-checks.rb'
danger_id: 'instant-checks'
danger_version: '= 9.4.2'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_BOT_TOKEN }}
- uses: MeilCli/danger-action@v5
Expand All @@ -31,5 +32,6 @@ jobs:
install_path: 'vendor/bundle'
danger_file: './danger/premerge-checks.rb'
danger_id: 'premerge-checks'
danger_version: '= 9.4.2'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_BOT_TOKEN }}

0 comments on commit b370667

Please sign in to comment.