Skip to content

Commit fb9eb58

Browse files
committed
ci: Fix GH actions version
Use v4 as older ones are deprecated. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 2a6cfcc commit fb9eb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
name: Run compliance checks on patch series (PR)
99
steps:
1010
- name: Checkout the code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
1313
path: ncs/nrfxlib
1414
ref: ${{ github.event.pull_request.head.sha }}
1515
fetch-depth: 0
1616

1717
- name: cache-pip
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.cache/pip
2121
key: ${{ runner.os }}-doc-pip

0 commit comments

Comments
 (0)