Skip to content

Commit

Permalink
chore: update dip version
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Mar 29, 2024
1 parent 229e657 commit 82997f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ruby-version: "3.3"
- name: Install dependencies
run: |
gem install dip -v 8.0.0.rc
gem install dip -v 8.0.0
dip infra up
dip provision
- name: Run linter
Expand All @@ -43,7 +43,7 @@ jobs:
ruby-version: "3.3"
- name: Install dependencies
run: |
gem install dip -v 8.0.0.rc
gem install dip -v 8.0.0
dip infra up
dip provision
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/voyage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ruby-version: "3.3"
- name: Install dependencies
run: |
gem install dip -v 8.0.0.rc
gem install dip -v 8.0.0
dip infra up
dip provision
- name: Run linter
Expand All @@ -43,7 +43,7 @@ jobs:
ruby-version: "3.3"
- name: Install dependencies
run: |
gem install dip -v 8.0.0.rc
gem install dip -v 8.0.0
dip infra up
dip provision
- name: Run tests
Expand Down

0 comments on commit 82997f3

Please sign in to comment.