Skip to content

Commit fc2487e

Browse files
authored
chore: bump the danger version (#164)
1 parent 741d8d1 commit fc2487e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/danger.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ jobs:
1919
- name: ruby setup
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.4.7
22+
ruby-version: 3.4.8
2323
bundler-cache: true
2424
- name: Checkout code
2525
uses: actions/checkout@v6
2626
- name: Setup gems
2727
run: |
2828
gem install bundler
29-
bundle install --clean --path vendor/bundle
29+
bundle config set clean true
30+
bundle config set path 'vendor/bundle'
31+
bundle install
3032
- name: danger
3133
env:
3234
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)