File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+ uses : actions/checkout@v4.2.2
2626 with :
2727 fetch-depth : 10
2828
@@ -31,12 +31,12 @@ jobs:
3131 ruby-version : ${{ matrix.ruby }}
3232 bundler-cache : true
3333
34- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
34+ - uses : actions/setup-python@v5.3.0
3535 with :
3636 # This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
37- python-version : ' 3.x'
37+ python-version : " 3.x"
3838
39- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
39+ - uses : actions/cache@v4.1.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@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5
15+ - uses : actions/stale@v9.0.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