We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33891b commit 58f7e28Copy full SHA for 58f7e28
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13
- name: Set up Ruby
14
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
15
with:
16
ruby-version: ${{ matrix.ruby }}
17
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments