Skip to content

Commit

Permalink
[devtools] sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Feb 9, 2020
1 parent 7acb1a4 commit 60444b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: eregon/use-ruby-action@master
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
- name: Install latest bundler
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Install package dependencies
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
- name: Set up Ruby
uses: eregon/use-ruby-action@master
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "dry-bot"
- name: Set up Ruby
uses: eregon/use-ruby-action@master
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
Expand Down

0 comments on commit 60444b8

Please sign in to comment.