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 fdfc09b commit e83316cCopy full SHA for e83316c
.github/workflows/analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
fetch-depth: 0
23
-
24
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
+ uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
25
26
bundler-cache: true
27
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Ruby ${{ matrix.ruby }}
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- - uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0
+ - uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
ruby-version: ${{ matrix.ruby }}
0 commit comments