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 @@ -21,10 +21,10 @@ jobs:
21
21
steps :
22
22
- name : Check out from release
23
23
if : github.event_name == 'release'
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
- name : Check out from manual input
26
26
if : github.event_name == 'workflow_dispatch'
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
ref : ${{ inputs.ref }}
30
30
- run : corepack enable
35
35
- run : yarn install
36
36
- run : yarn docs
37
37
- name : Clone docs branch
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
with :
40
40
path : docs-branch
41
41
ref : oddleventy-docs
Original file line number Diff line number Diff line change 12
12
matrix :
13
13
node : ['20', 'lts/*']
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
25
25
name : Lint
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- run : corepack enable
30
30
- uses : actions/setup-node@v4
31
31
with :
You can’t perform that action at this time.
0 commit comments