File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
os : [ ubuntu-latest, macos-latest, windows-latest ]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : actions/checkout@v4.2.2
18
+ - uses : actions/checkout@v5.0.0
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5.6.0
21
21
with :
74
74
os : [ ubuntu-latest, macos-latest, windows-latest ]
75
75
runs-on : ${{ matrix.os }}
76
76
steps :
77
- - uses : actions/checkout@v4.2.2
77
+ - uses : actions/checkout@v5.0.0
78
78
- name : Set up Python
79
79
uses : actions/setup-python@v5.6.0
80
80
with :
@@ -109,7 +109,7 @@ jobs:
109
109
needs : test
110
110
runs-on : ubuntu-latest
111
111
steps :
112
- - uses : actions/checkout@v4.2.2
112
+ - uses : actions/checkout@v5.0.0
113
113
- uses : actions/setup-python@v5
114
114
with :
115
115
python-version : " 3.12"
@@ -159,7 +159,7 @@ jobs:
159
159
ports :
160
160
- " 3000:3000"
161
161
steps :
162
- - uses : actions/checkout@v4.2.2
162
+ - uses : actions/checkout@v5.0.0
163
163
- name : Set up Python
164
164
uses : actions/setup-python@v5.6.0
165
165
with :
Original file line number Diff line number Diff line change 12
12
permissions :
13
13
id-token : write
14
14
steps :
15
- - uses : actions/checkout@v4.2.2
15
+ - uses : actions/checkout@v5.0.0
16
16
- name : Install Hatchling
17
17
run : pip install --upgrade hatchling
18
18
- name : Build
You can’t perform that action at this time.
0 commit comments