We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48f165 commit cc21a0dCopy full SHA for cc21a0d
.github/workflows/githubci.yml
@@ -15,15 +15,15 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Setup Python
18
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
19
with:
20
python-version: '3.x'
21
22
- name: Checkout code
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
25
- name: Checkout adafruit/ci-arduino
26
27
28
repository: adafruit/ci-arduino
29
path: ci
0 commit comments