Skip to content

Commit 60444b8

Browse files
author
dry-bot
committed
[devtools] sync
1 parent 7acb1a4 commit 60444b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v1
4444
- name: Set up Ruby
45-
uses: eregon/use-ruby-action@master
45+
uses: ruby/setup-ruby@v1
4646
with:
4747
ruby-version: ${{matrix.ruby}}
4848
- name: Install latest bundler
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install package dependencies
6666
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
6767
- name: Set up Ruby
68-
uses: eregon/use-ruby-action@master
68+
uses: ruby/setup-ruby@v1
6969
with:
7070
ruby-version: 2.6
7171
- name: Install dependencies

.github/workflows/sync_configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config --local user.email "dry-bot@dry-rb.org"
2929
git config --local user.name "dry-bot"
3030
- name: Set up Ruby
31-
uses: eregon/use-ruby-action@master
31+
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: 2.6
3434
- name: Install dependencies

0 commit comments

Comments
 (0)