We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea17979 commit e103144Copy full SHA for e103144
.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@f0a4d6bddd8e71bd3268c611f7ea6f41dce6d7fd
+ uses: ruby/setup-ruby@6c79f721fa26dd64559c2700086ac852c18e0756
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