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