Skip to content

Commit ae3119d

Browse files
Update nRF-Connect SDK 3.1 Stable and GH actions/checkout (#23)
* ci: nRF-Connect SDK 3.1 Stable Branch * ci: Update actions/checkout
1 parent 266acce commit ae3119d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: 🧹 Clean Landing Site
3838
run: |
3939
sudo rm -rf zephyr-workspace/SlimeNRF-CI
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
# Clone the repo to a subdirectory, so we can initialize the Zephyr
4343
# workspace in the parent directory.

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ manifest:
66
- name: sdk-nrf
77
path: nrf
88
url: https://github.com/nrfconnect/sdk-nrf.git
9-
revision: v3.1.0-preview4-branch
9+
revision: v3.1-branch
1010
import: true

0 commit comments

Comments
 (0)