We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a21918a + 015e983 commit e360865Copy full SHA for e360865
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@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
+ uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.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