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 2172f35 commit c8c478cCopy full SHA for c8c478c
.github/workflows/rspec.yml
@@ -11,8 +11,8 @@ jobs:
11
matrix:
12
ruby-version: ['3.2', '3.3', '3.4']
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
16
with:
17
ruby-version: ${{ matrix.ruby-version }}
18
bundler-cache: true
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## Unreleased
2
3
- Require Ruby 3.2.0 or higher
4
+- Pin github actions
5
6
## v1.5.0
7
0 commit comments