Skip to content

Commit e201968

Browse files
committed
Merge branch 'pj/ci-update-workflows'
* pj/ci-update-workflows: ci: setup-python action at v4 now. ci: update to avoid deprecated warnings on builds
2 parents a90f1ff + 4be70b7 commit e201968

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/aunit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: Build
1414
run: |

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
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)