File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install Dart Sass
41
41
run : sudo snap install dart-sass
42
42
- name : Checkout
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
submodules : recursive
46
46
- name : Setup Pages
Original file line number Diff line number Diff line change 11
11
name : Markdown Lint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actionshub/markdownlint@main
16
16
with :
17
17
path : ./content
20
20
name : Stylelint
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : actions-hub/stylelint@master
25
25
env :
26
26
PATTERN : " assets/css/input.css"
Original file line number Diff line number Diff line change 15
15
app-id : ${{ vars.COMMIT_APP_ID }}
16
16
private-key : ${{ secrets.COMMIT_APP_PRIVATEKEY }}
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
token : ${{ steps.app-token.outputs.token }}
21
21
- name : Download
36
36
app-id : ${{ vars.COMMIT_APP_ID }}
37
37
private-key : ${{ secrets.COMMIT_APP_PRIVATEKEY }}
38
38
- name : Checkout
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
token : ${{ steps.app-token.outputs.token }}
42
42
- name : Setup PHP
You can’t perform that action at this time.
0 commit comments