File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
32
32
steps :
33
- - uses : actions/checkout@v4 # checkout repo content
33
+ - uses : actions/checkout@v5 # checkout repo content
34
34
35
35
# we want to close old agenda issues before creating a new one because there's a limit of 3 pinned items on a repo
36
36
- name : Close old agenda issues
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
name : Label issues with no recent activity
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- run : scripts/label-no-recent.ps1
34
34
shell : pwsh
35
35
- run : scripts/close-no-recent.ps1
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v4 # checkout main branch
22
+ - uses : actions/checkout@v5 # checkout main branch
23
23
with :
24
24
fetch-depth : 0
25
25
30
30
- name : Install dependencies
31
31
run : npm ci
32
32
33
- - uses : actions/checkout@v4 # checkout gh-pages branch
33
+ - uses : actions/checkout@v5 # checkout gh-pages branch
34
34
with :
35
35
ref : gh-pages
36
36
path : deploy
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v4 # checkout main branch
27
+ - uses : actions/checkout@v5 # checkout main branch
28
28
with :
29
29
fetch-depth : 0
30
30
35
35
- name : Install dependencies
36
36
run : npm ci
37
37
38
- - uses : actions/checkout@v4 # checkout gh-pages branch
38
+ - uses : actions/checkout@v5 # checkout gh-pages branch
39
39
with :
40
40
ref : gh-pages
41
41
path : deploy
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v4 # checkout repo content
22
+ - uses : actions/checkout@v5 # checkout repo content
23
23
with :
24
24
fetch-depth : 0
25
25
Original file line number Diff line number Diff line change 24
24
private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
25
25
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
fetch-depth : 0
30
30
Original file line number Diff line number Diff line change 24
24
private-key : ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}
25
25
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Create pull request
30
30
id : pull_request
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
21
- - uses : actions/checkout@v4 # checkout repo content
21
+ - uses : actions/checkout@v5 # checkout repo content
22
22
with :
23
23
fetch-depth : 0
24
24
You can’t perform that action at this time.
0 commit comments