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 2b0e7f2 commit cc67e69Copy full SHA for cc67e69
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 10
28
29
- - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
+ - uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49 # v1
30
31
ruby-version: ${{ matrix.ruby }}
32
bundler-cache: true
@@ -36,7 +36,7 @@ jobs:
36
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
37
python-version: "3.x"
38
39
- - uses: actions/[email protected].3
+ - uses: actions/[email protected].4
40
41
path: ~/.cache/pip
42
key: ${{ runner.os }}-pip
0 commit comments