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 eafe772 commit af6b541Copy full SHA for af6b541
.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
26
with:
27
fetch-depth: 10
28
29
- - uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1
+ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 # v1
30
31
ruby-version: ${{ matrix.ruby }}
32
bundler-cache: true
0 commit comments