Skip to content

Commit 5e70cdb

Browse files
committed
Update CI action versions
1 parent a2d84de commit 5e70cdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/setup-python@v1
16+
- uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.x'
19-
- uses: actions/checkout@v2
20-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v3
2121
with:
2222
repository: adafruit/ci-arduino
2323
path: ci

0 commit comments

Comments
 (0)