This repository was archived by the owner on Feb 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-22.04
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-22.04
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v3
19
19
with :
20
20
node-version : " 18.x"
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Sync issue labels from docs repository
26
26
run : gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Sync repository description
22
22
run : gh repo edit --description "`cat package.json | jq -r '.description'`"
You can’t perform that action at this time.
0 commit comments