Skip to content

Commit db9917e

Browse files
committed
Use hash for github action
1 parent 41aa0fc commit db9917e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/rspec.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
rspec:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: ruby/setup-ruby@v1
11+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
12+
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
1313
with:
1414
ruby-version: '3.0.0'
1515
bundler-cache: true
16-
- run: gem install bundler -v '< 2.0'
16+
- run: gem install rubygems-update -v 3.2.28
17+
- run: update_rubygems
1718
- run: bundle install
1819
- run: bundle exec rake spec

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
- Pin github actions
4+
35
## v1.5.0
46

57
- Require Faraday v2

0 commit comments

Comments
 (0)