File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
name : check that `requirements-sdp.txt` is populated
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
20
- run : grep -v '^ *#' requirements-sdp.txt
21
21
build :
22
22
needs : [ check ]
Original file line number Diff line number Diff line change 21
21
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
22
22
with :
23
23
python-version : 3
24
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25
25
with :
26
26
fetch-depth : 0
27
27
- run : pip install .
32
32
if : ${{ !contains(github.event.pull_request.labels.*.name, 'allow-manual-changelog-edit') }}
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
36
36
with :
37
37
fetch-depth : 0
38
38
- name : prevent direct changes to `CHANGES.rst`
Original file line number Diff line number Diff line change 34
34
pre-commit :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
38
38
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
39
39
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
40
40
check :
You can’t perform that action at this time.
0 commit comments