Commit 4a9569a 1 parent 1fc8086 commit 4a9569a Copy full SHA for 4a9569a
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
20
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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