Skip to content

Commit 047a586

Browse files
committed
Fix CI
1 parent 43f9eaa commit 047a586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Publish
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@master
18-
- uses: actions/setup-ruby@v1
17+
- uses: actions/checkout@v4
18+
- uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: '2.x'
20+
ruby-version: '2'
2121
- name: Install Rust
2222
run: rustup update stable && rustup default stable
2323
- run: gem install bundler -v 1.16.5 && bundle install --retry=3 --jobs=4

0 commit comments

Comments
 (0)