Skip to content

Commit

Permalink
Use correct ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Jan 16, 2021
1 parent 75c5f05 commit eb5686d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: $${{ matrix.ruby }}
ruby-version: ${{ matrix.ruby }}

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true

- name: 💎 Set up Ruby ${{ matrix.ruby }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_woothee"
version = "1.6.3-beta.15"
version = "1.6.3-beta.16"
authors = ["Ian Ker-Seymer <[email protected]>"]
repository = "https://github.com/ianks/fast_woothee"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fast_woothee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fast_woothee'
spec.version = '1.6.3-beta.15'
spec.version = '1.6.3-beta.16'
spec.authors = ['Ian Ker-Seymer']
spec.email = ['[email protected]']

Expand Down

0 comments on commit eb5686d

Please sign in to comment.