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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18
+ - uses : actions/checkout@v4.1.0
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
21
21
with :
79
79
needs : test
80
80
runs-on : ubuntu-latest
81
81
steps :
82
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
82
+ - uses : actions/checkout@v4.1.0
83
83
- name : Download coverage reports
84
84
uses : actions/download-artifact@v3
85
85
with :
@@ -102,7 +102,7 @@ jobs:
102
102
ports :
103
103
- " 3000:3000"
104
104
steps :
105
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
105
+ - uses : actions/checkout@v4.1.0
106
106
- name : Set up Python
107
107
uses : actions/setup-python@v4
108
108
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
10
+ - uses : actions/checkout@v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9
+ - uses : actions/checkout@v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
+ - uses : actions/checkout@v4.1.0
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