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 32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
35
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
36
36
with :
37
37
# We must fetch at least the immediate parents so that if this is
38
38
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 11
11
timeout-minutes : 10
12
12
13
13
steps :
14
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
14
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
15
15
- name : Set up Python
16
16
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
17
17
with :
Original file line number Diff line number Diff line change 25
25
egress-policy : audit
26
26
27
27
- name : " Checkout repository"
28
- uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 "
28
+ uses : " actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 "
29
29
with :
30
30
persist-credentials : false
31
31
Original file line number Diff line number Diff line change 20
20
- { python-version: "pypy-3.11", os: "windows-latest" }
21
21
22
22
steps :
23
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
23
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24
24
- name : Set up Python ${{ matrix.python-version }}
25
25
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
26
26
with :
41
41
fail-fast : true
42
42
43
43
steps :
44
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
44
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
45
45
- name : ' Set up Python 3.9'
46
46
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
47
47
with :
61
61
fail-fast : true
62
62
63
63
steps :
64
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
64
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
65
65
- name : ' Set up Python 3.9'
66
66
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
67
67
with :
You can’t perform that action at this time.
0 commit comments