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 a2d84de commit 5e70cdbCopy full SHA for 5e70cdb
.github/workflows/githubci.yml
@@ -13,11 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v4
17
with:
18
python-version: '3.x'
19
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v3
21
22
repository: adafruit/ci-arduino
23
path: ci
0 commit comments