File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 12
12
permissions :
13
13
contents : write # Required to push to wiki repository
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
with :
18
18
namespace : ' Activitypub'
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
- token : ${{ secrets.API_TOKEN_GITHUB }}
17
16
ref : ${{ github.head_ref }}
18
17
19
18
- name : Setup Node.js
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Setup Node
29
29
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : Setup PHP
14
14
uses : shivammathur/setup-php@v2
15
15
with :
Original file line number Diff line number Diff line change 30
30
sudo apt-get update
31
31
sudo apt-get install subversion
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Setup PHP
36
36
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments