File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 with :
2727 fetch-depth : 10
2828
29- - uses : ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1
29+ - uses : ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1
3030 with :
3131 ruby-version : ${{ matrix.ruby }}
3232 bundler-cache : true
3333
34- - uses : actions/setup-python@v5.3 .0
34+ - uses : actions/setup-python@v5.4 .0
3535 with :
3636 # This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
3737 python-version : " 3.x"
3838
39- - uses : actions/cache@v4.1 .2
39+ - uses : actions/cache@v4.2 .2
4040 with :
4141 path : ~/.cache/pip
4242 key : ${{ runner.os }}-pip
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313
1414 steps :
15- - uses : actions/stale@v9.0 .0
15+ - uses : actions/stale@v9.1 .0
1616 with :
1717 repo-token : ${{ secrets.GITHUB_TOKEN }}
1818 stale-issue-message : >
You can’t perform that action at this time.
0 commit comments