File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
python-version : " 3.x"
15
15
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Build wheel
19
19
run : pip wheel -w dist --no-deps .
36
36
with :
37
37
python-version : " 3.x"
38
38
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
41
41
- name : Cache pre-commit environments
42
42
uses : actions/cache@v4
56
56
test-coverage :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
61
61
- uses : actions/setup-python@v5
62
62
with :
@@ -99,15 +99,15 @@ jobs:
99
99
awk -F '\/' '{ print tolower($2) }'
100
100
) >> $GITHUB_OUTPUT
101
101
102
- - uses : actions/checkout@v4
102
+ - uses : actions/checkout@v5
103
103
104
104
- name : Set up Python 3.x
105
105
uses : actions/setup-python@v5
106
106
with :
107
107
python-version : " 3.11"
108
108
109
109
- name : Checkout tools repo
110
- uses : actions/checkout@v4
110
+ uses : actions/checkout@v5
111
111
with :
112
112
repository : adafruit/actions-ci-circuitpython-libs
113
113
path : actions-ci
@@ -130,7 +130,7 @@ jobs:
130
130
env :
131
131
QT_QPA_PLATFORM : offscreen
132
132
steps :
133
- - uses : actions/checkout@v4
133
+ - uses : actions/checkout@v5
134
134
135
135
- name : Set up Python 3.x
136
136
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
python-version : " 3.x"
33
33
34
34
- name : Checkout Current Repo
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
fetch-depth : 0
38
38
39
39
- name : Checkout tools repo
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
with :
42
42
repository : adafruit/actions-ci-circuitpython-libs
43
43
path : actions-ci
68
68
permissions :
69
69
id-token : write
70
70
steps :
71
- - uses : actions/checkout@v4
71
+ - uses : actions/checkout@v5
72
72
with :
73
73
fetch-depth : 0
74
74
You can’t perform that action at this time.
0 commit comments