Commit fe7df2b 1 parent 930b1ba commit fe7df2b Copy full SHA for fe7df2b
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
demo :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
ref : ${{ github.event.pull_request.head.ref }}
25
25
- name : 🍠 lint yaml
32
32
shell : bash
33
33
- name : 🚨 handle error
34
34
if : ${{ failure() }}
35
- uses : actions/github-script@v6
35
+ uses : actions/github-script@v7
36
36
with :
37
37
github-token : ${{ secrets.OSPO_API_TOKEN }}
38
38
script : |
62
62
id : fork
63
63
- name : 💬 add comment
64
64
if : ${{ success() }}
65
- uses : actions/github-script@v6
65
+ uses : actions/github-script@v7
66
66
with :
67
67
github-token : ${{ secrets.OSPO_API_TOKEN }}
68
68
script : |
Original file line number Diff line number Diff line change 10
10
markdown :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : ⬇️ lint markdown files # Lints all markdown (.md) files
15
15
uses : avto-dev/markdown-lint@v1
16
16
with :
19
19
renovate :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : 🧼 lint renovate config # Validates changes to renovate.json config file
24
24
uses :
suzuki-shunsuke/[email protected]
25
25
with :
Original file line number Diff line number Diff line change 29
29
run :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
-
uses :
wayfair-incubator/[email protected]
34
34
name : " ⑂ fork request"
35
35
with :
Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
steps :
14
14
- name : 📆 mark stale PRs # Automatically marks inactive PRs as stale
15
- uses : actions/stale@v7
15
+ uses : actions/stale@v9
16
16
with :
17
17
repo-token : ${{ secrets.GITHUB_TOKEN }}
18
18
days-before-stale : 60
You can’t perform that action at this time.
0 commit comments