We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e103144 commit 49fe377Copy full SHA for 49fe377
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
41
42
- name: Set up Ruby
43
- uses: ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756
+ uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe
44
with:
45
ruby-version: ${{matrix.ruby}}
46
bundler: 'latest'
@@ -66,7 +66,7 @@ jobs:
66
fetch-depth: 0
67
68
69
70
71
ruby-version: 3.3
72
0 commit comments