Commit 6432e01 1 parent 930b1ba commit 6432e01 Copy full SHA for 6432e01
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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
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@v8
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