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 ba6cf35Copy full SHA for ba6cf35
.github/workflows/rspec.yml
@@ -8,8 +8,8 @@ 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
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