Skip to content

Commit 017d9e5

Browse files
committed
Fix action version
1 parent 7197463 commit 017d9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: "14"
1919
- run: npm install
2020

21-
- uses: actions/setup-ruby@v2
21+
- uses: actions/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
2424
- run: gem install bundler

0 commit comments

Comments
 (0)