File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.0
18
+ - uses : actions/checkout@v4.1.1
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
21
21
with :
76
76
needs : test
77
77
runs-on : ubuntu-latest
78
78
steps :
79
- - uses : actions/checkout@v4.1.0
79
+ - uses : actions/checkout@v4.1.1
80
80
- name : Download coverage reports
81
81
uses : actions/download-artifact@v3
82
82
with :
99
99
ports :
100
100
- " 3000:3000"
101
101
steps :
102
- - uses : actions/checkout@v4.1.0
102
+ - uses : actions/checkout@v4.1.1
103
103
- name : Set up Python
104
104
uses : actions/setup-python@v4
105
105
with :
Original file line number Diff line number Diff line change 7
7
if : " !contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4.1.0
10
+ - uses : actions/checkout@v4.1.1
11
11
with :
12
12
fetch-depth : 0
13
13
token : ${{ secrets.PAT }}
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.0
9
+ - uses : actions/checkout@v4.1.1
10
10
with :
11
11
fetch-depth : 0
12
12
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
if : github.head_ref == 'release' && github.event.pull_request.merged == true
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4.1.0
13
+ - uses : actions/checkout@v4.1.1
14
14
with :
15
15
fetch-depth : 0
16
16
token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments