File tree 3 files changed +5
-5
lines changed
3 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.1.1
18
+ - uses : actions/checkout@v4.1.3
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5.1.0
21
21
with :
79
79
needs : test
80
80
runs-on : ubuntu-latest
81
81
steps :
82
- - uses : actions/checkout@v4.1.1
82
+ - uses : actions/checkout@v4.1.3
83
83
- uses : actions/setup-python@v5
84
84
with :
85
85
python-version : " 3.12"
@@ -129,7 +129,7 @@ jobs:
129
129
ports :
130
130
- " 3000:3000"
131
131
steps :
132
- - uses : actions/checkout@v4.1.1
132
+ - uses : actions/checkout@v4.1.3
133
133
- name : Set up Python
134
134
uses : actions/setup-python@v5.1.0
135
135
with :
Original file line number Diff line number Diff line change 6
6
release :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4.1.1
9
+ - uses : actions/checkout@v4.1.3
10
10
with :
11
11
fetch-depth : 0
12
12
token : ${{ secrets.GITHUB_TOKEN }}
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.1.1
15
+ - uses : actions/checkout@v4.1.3
16
16
with :
17
17
fetch-depth : 0
18
18
token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments