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 6c3f17d commit c3ec8aaCopy full SHA for c3ec8aa
.github/workflows/push-master-pico.yml
@@ -14,7 +14,7 @@ jobs:
14
run:
15
working-directory: ./rp2040
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
submodules: recursive
20
.github/workflows/push-master.yml
@@ -11,7 +11,7 @@ jobs:
11
PlatformIO:
12
runs-on: ubuntu-latest
13
- name: Cache pip
uses: actions/cache@v4
0 commit comments