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 96851ba commit 66ccc0aCopy full SHA for 66ccc0a
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: "rm ${{ matrix.gemfile }}.lock"
31
32
- name: Set up Ruby
33
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
+ uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0
34
with:
35
bundler: latest
36
ruby-version: ${{ matrix.ruby }}
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
49
50
51
52
53
bundler-cache: true
.ruby-version
@@ -1 +1 @@
1
-3.4.4
+3.4.5
0 commit comments