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 9dec00e commit 51b770bCopy full SHA for 51b770b
.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.2.8'
15
bundler-cache: true
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## Unreleased
2
3
- Require Ruby 3.2.8 or higher
4
+- Pin github actions
5
6
## v1.5.0
7
0 commit comments