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 0d917bf commit f8d282cCopy full SHA for f8d282c
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
# could use a container with sq tools already installed
36
image: infinitecoding/platformio-for-ci:latest
37
steps:
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
39
with:
40
fetch-depth: 0
41
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments