We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc084e commit b2fbfa2Copy full SHA for b2fbfa2
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
docker compose up -d || (sleep 5 && docker compose up -d)
49
50
- name: Set up Ruby
51
- uses: ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756
+ uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe
52
with:
53
ruby-version: ${{matrix.ruby}}
54
bundler-cache: true
@@ -91,7 +91,7 @@ jobs:
91
fetch-depth: 0
92
93
94
95
96
ruby-version: 3.4
97
0 commit comments