Skip to content

Commit 7c7947b

Browse files
authored
Upgrade to actions/checkout@v3
1 parent 729f098 commit 7c7947b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ runs:
2525
run: |
2626
python3 --version
2727
- name: Checkout Current Repo
28-
uses: actions/checkout@v1
28+
uses: actions/checkout@v3
2929
with:
3030
submodules: true
3131
- name: Checkout tools repo
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
with:
3434
repository: adafruit/actions-ci-circuitpython-libs
3535
path: actions-ci

release-gh/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ runs:
3232
run: |
3333
python3 --version
3434
- name: Checkout Current Repo
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
with:
3737
submodules: true
3838
- name: Checkout tools repo
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
repository: adafruit/actions-ci-circuitpython-libs
4242
path: actions-ci

release-pypi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Check For pyproject.toml
1919
id: need-pypi
2020
shell: bash

0 commit comments

Comments
 (0)