We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f76e82a + 9963a0d commit a21918aCopy full SHA for a21918a
2 files changed
.github/workflows/push_gem.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
persist-credentials: false
30
- name: Set up Ruby
31
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
+ uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
32
33
bundler-cache: true
34
ruby-version: ruby
.github/workflows/ubuntu.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Setup ruby
22
23
24
ruby-version: ${{ matrix.ruby }}
25
- name: Install Dependencies
0 commit comments