Skip to content

Commit 63f93e5

Browse files
author
Cory Buecker
authored
Use fixed versions of Github actions (#17)
1 parent f2e7243 commit 63f93e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- 2.7.1
1919
steps:
2020
- name: Setup Ruby
21-
uses: eregon/use-ruby-action@master
21+
uses: eregon/use-ruby-action@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
2424

2525
- name: Checkout
26-
uses: actions/checkout@master
26+
uses: actions/checkout@v2
2727

2828
- name: Install Bundler
2929
run: gem install bundler --version 2.1.2 --no-document

0 commit comments

Comments
 (0)