Commit fefdeec 1 parent 3c5fb15 commit fefdeec Copy full SHA for fefdeec
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17
17
- name : Set up Python
18
18
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
19
19
- name : Install dependencies
35
35
- " 3.12"
36
36
- " 3.13-dev"
37
37
steps :
38
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
39
39
- name : Set up Python ${{ matrix.python-version }}
40
40
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
19
20
20
- name : Set up Python
21
21
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
You can’t perform that action at this time.
0 commit comments