We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa0fc commit 8b9001cCopy full SHA for 8b9001c
.github/workflows/rspec.yml
@@ -8,11 +8,10 @@ jobs:
8
rspec:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
13
with:
14
- ruby-version: '3.0.0'
+ ruby-version: '3.2.8'
15
bundler-cache: true
16
- - run: gem install bundler -v '< 2.0'
17
- run: bundle install
18
- run: bundle exec rake spec
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+- Pin github actions
4
+- Require Ruby 3.2.8 or higher
5
+
6
## v1.5.0
7
- Require Faraday v2
0 commit comments