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 14
14
with :
15
15
python-version : " 3.x"
16
16
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Build wheel
20
20
run : pip wheel -w dist --no-deps .
37
37
with :
38
38
python-version : " 3.x"
39
39
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
42
42
- name : Cache pre-commit environments
43
43
uses : actions/cache@v4
57
57
test-coverage :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
62
62
- uses : actions/setup-python@v6
63
63
with :
@@ -100,15 +100,15 @@ jobs:
100
100
awk -F '\/' '{ print tolower($2) }'
101
101
) >> $GITHUB_OUTPUT
102
102
103
- - uses : actions/checkout@v4
103
+ - uses : actions/checkout@v5
104
104
105
105
- name : Set up Python 3.x
106
106
uses : actions/setup-python@v6
107
107
with :
108
108
python-version : " 3.11"
109
109
110
110
- name : Checkout tools repo
111
- uses : actions/checkout@v4
111
+ uses : actions/checkout@v5
112
112
with :
113
113
repository : adafruit/actions-ci-circuitpython-libs
114
114
path : actions-ci
@@ -131,7 +131,7 @@ jobs:
131
131
env :
132
132
QT_QPA_PLATFORM : offscreen
133
133
steps :
134
- - uses : actions/checkout@v4
134
+ - uses : actions/checkout@v5
135
135
136
136
- name : Set up Python 3.x
137
137
uses : actions/setup-python@v6
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