We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9addaa7 + 4ff1d29 commit 5342ebbCopy full SHA for 5342ebb
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
board: [esp32dev]
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Cache PlatformIO
21
uses: actions/cache@v4
.github/workflows/dependabot.yml
@@ -12,7 +12,7 @@ jobs:
12
name: run PlatformIO Dependabot
13
14
- name: run PlatformIO Dependabot
uses: peterus/platformio_dependabot@v1
with:
0 commit comments