Skip to content

Commit

Permalink
Update docker_linux.yml to use ruby v@1 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Dec 16, 2023
1 parent 88b0b28 commit b6b63aa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
ref: ${{ github.event.inputs.branch || 'rc-latest'}}

- uses: ruby/setup-ruby@v1.127.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
ruby-version: 2.7.1
- name: Install cardano_wallet gem
run: gem install cardano_wallet
- name: Check docker-compose
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
SLACK_USERNAME: 'GitHub Action'
SLACK_MESSAGE: |
*Job Link:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
SLACK_COLOR: '#00FF00'
SLACK_COLOR: '#00FF00'
2 changes: 1 addition & 1 deletion .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: cardano-node-tag

- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref: ${{ github.event.inputs.branch || 'rc-latest' }}

- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ github.event.inputs.branch || '' }}

- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd /c/cardano-wallet
- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: '📥 Checkout repository'
uses: actions/checkout@v3.2.0
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: 'Install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3.2.0

- name: 💎 Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ref: ${{ env.BRANCH }}

- name: Set up Ruby
uses: ruby/setup-ruby@v1.127.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
bundler-cache: true
Expand Down

0 comments on commit b6b63aa

Please sign in to comment.