File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
contents : write # for peter-evans/create-pull-request to create branch
18
18
pull-requests : write # for peter-evans/create-pull-request to create a PR
19
19
steps :
20
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
- run : make update
22
22
- name : Update date
23
23
id : update-date
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
15
15
steps :
16
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
- name : Set up Python
18
18
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
19
19
- name : Install dependencies
35
35
- " 3.12"
36
36
- " 3.13-dev"
37
37
steps :
38
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
39
- name : Set up Python ${{ matrix.python-version }}
40
40
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
41
41
with :
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
19
20
20
- name : Set up Python
21
21
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
You can’t perform that action at this time.
0 commit comments