Skip to content

Commit abea679

Browse files
committed
fix: setup ruby workflow step
1 parent c6227a8 commit abea679

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Diff for: .github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Ruby
20-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
21-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
22-
# uses: ruby/setup-ruby@v1
23-
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
20+
uses: ruby/setup-ruby@v1
2421
with:
2522
ruby-version: 2.6.3
2623

Diff for: .github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Set up Ruby
26-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
27-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
28-
# uses: ruby/setup-ruby@v1
2926
uses: ruby/setup-ruby@v1
3027
with:
3128
bundler-cache: true

Diff for: lib/avo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Avo
2-
VERSION = '0.4.0'
2+
VERSION = '0.3.2'
33
end

0 commit comments

Comments
 (0)