We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266acce commit ae3119dCopy full SHA for ae3119d
.github/workflows/workflow.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: 🧹 Clean Landing Site
38
run: |
39
sudo rm -rf zephyr-workspace/SlimeNRF-CI
40
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
41
with:
42
# Clone the repo to a subdirectory, so we can initialize the Zephyr
43
# workspace in the parent directory.
west.yml
@@ -6,5 +6,5 @@ manifest:
6
- name: sdk-nrf
7
path: nrf
8
url: https://github.com/nrfconnect/sdk-nrf.git
9
- revision: v3.1.0-preview4-branch
+ revision: v3.1-branch
10
import: true
0 commit comments