Skip to content

Commit 95e9f5d

Browse files
authored
Merge pull request #50 from phrase/pin_github_actions
pin actions
2 parents 566ba08 + 271d49a commit 95e9f5d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Test
2-
on: [push]
2+
on: [ push ]
33
jobs:
44
test:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
8+
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 ]
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: ruby/setup-ruby@v1
13-
with:
14-
ruby-version: ${{ matrix.ruby }}
15-
- run: bundle install
16-
- run: bundle exec rspec spec
11+
- uses: actions/checkout@v2
12+
- uses: ruby/setup-ruby@517a3b1b36b6f5727d97c46b7641767c1564b333 # pin@v1.73.0
13+
with:
14+
ruby-version: ${{ matrix.ruby }}
15+
- run: bundle install
16+
- run: bundle exec rspec spec

0 commit comments

Comments
 (0)