Skip to content

Commit 8b9001c

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/rspec.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ 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:
14-
ruby-version: '3.0.0'
14+
ruby-version: '3.2.8'
1515
bundler-cache: true
16-
- run: gem install bundler -v '< 2.0'
1716
- run: bundle install
1817
- run: bundle exec rake spec

CHANGELOG.md

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

3+
- Pin github actions
4+
- Require Ruby 3.2.8 or higher
5+
36
## v1.5.0
47

58
- Require Faraday v2

0 commit comments

Comments
 (0)