Skip to content

Commit bba5e7e

Browse files
committed
Update CI action versions
1 parent af180c1 commit bba5e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v1
16-
- uses: actions/setup-python@v1
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
1919
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can clone and checkout this repo in a GitHub Actions workflow file using
2424

2525
```yaml
2626
- name: Checkout tools repo
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
with:
2929
repository: adafruit/actions-ci-circuitpython-libs
3030
path: actions-ci

0 commit comments

Comments
 (0)