We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3345f3a + 2a9e7b3 commit 0b4462fCopy full SHA for 0b4462f
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- name: Set up Ruby
19
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
+ uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
20
with:
21
bundler-cache: true
22
rubygems: 3.6.2
@@ -67,7 +67,7 @@ jobs:
67
if: ${{ matrix.ruby == 'head' || matrix.rails != 'current' }}
68
run: "rm -f Gemfile.lock"
69
70
71
72
ruby-version: ${{ matrix.ruby }}
73
0 commit comments