File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
+ uses : actions/checkout@v4.2.2
26
26
with :
27
27
fetch-depth : 10
28
28
@@ -31,12 +31,12 @@ jobs:
31
31
ruby-version : ${{ matrix.ruby }}
32
32
bundler-cache : true
33
33
34
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
34
+ - uses : actions/setup-python@v5.3.0
35
35
with :
36
36
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
37
- python-version : ' 3.x'
37
+ python-version : " 3.x"
38
38
39
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
39
+ - uses : actions/cache@v4.1.2
40
40
with :
41
41
path : ~/.cache/pip
42
42
key : ${{ runner.os }}-pip
Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
14
14
steps :
15
- - uses : actions/stale@f7176fd3007623b69d27091f9b9d4ab7995f0a06 # v5
15
+ - uses : actions/stale@v9.0.0
16
16
with :
17
17
repo-token : ${{ secrets.GITHUB_TOKEN }}
18
18
stale-issue-message : >
You can’t perform that action at this time.
0 commit comments