Skip to content

Commit 4492fbd

Browse files
committed
bump rest of actions/checkout to v3
1 parent 4e89e25 commit 4492fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
python-version: "3.x"
1212
- name: Checkout Current Repo
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: check SPDX licensing
1616
run: python ./SPDX.py
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.x"
29-
- uses: actions/checkout@v2
30-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v3
3131
with:
3232
repository: adafruit/ci-arduino
3333
path: ci
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
pip install --force-reinstall pylint==2.7.1
100100
- name: Checkout Current Repo
101-
uses: actions/checkout@v2
101+
uses: actions/checkout@v3
102102

103103
- name: lint
104104
run: ./pylint_check.sh

0 commit comments

Comments
 (0)