We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21bc752 + 00d1378 commit ee2b5c5Copy full SHA for ee2b5c5
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 10
27
28
- - uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1
+ - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
29
30
ruby-version: ${{ matrix.ruby }}
31
bundler-cache: true
@@ -35,7 +35,7 @@ jobs:
35
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
36
python-version: "3.x"
37
38
- - uses: actions/cache@v5.0.3
+ - uses: actions/cache@v5.0.4
39
40
path: ~/.cache/pip
41
key: ${{ runner.os }}-pip
0 commit comments