File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.1
18
+ - uses : actions/checkout@v4.2.2
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5.2.0
21
21
with :
77
77
needs : test
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v4.2.1
80
+ - uses : actions/checkout@v4.2.2
81
81
- uses : actions/setup-python@v5
82
82
with :
83
83
python-version : " 3.12"
@@ -127,7 +127,7 @@ jobs:
127
127
ports :
128
128
- " 3000:3000"
129
129
steps :
130
- - uses : actions/checkout@v4.2.1
130
+ - uses : actions/checkout@v4.2.2
131
131
- name : Set up Python
132
132
uses : actions/setup-python@v5.2.0
133
133
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.1
15
+ - uses : actions/checkout@v4.2.2
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