Skip to content

Commit 04c5c8b

Browse files
committed
Update CI action versions
1 parent 488737c commit 04c5c8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/githubci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/setup-python@v1
10+
- uses: actions/setup-python@v4
1111
with:
1212
python-version: '3.x'
13-
- uses: actions/checkout@v2
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v3
1515
with:
1616
repository: adafruit/ci-arduino
1717
path: ci

0 commit comments

Comments
 (0)