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 db9917eCopy full SHA for db9917e
.github/workflows/rspec.yml
@@ -8,11 +8,12 @@ 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'
15
bundler-cache: true
16
- - run: gem install bundler -v '< 2.0'
+ - run: gem install rubygems-update -v 3.2.28
17
+ - run: update_rubygems
18
- run: bundle install
19
- run: bundle exec rake spec
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+- Pin github actions
4
+
5
## v1.5.0
6
7
- Require Faraday v2
0 commit comments