@@ -14,11 +14,11 @@ jobs:
14
14
python-version : ["3.13"]
15
15
os : [ubuntu-latest]
16
16
steps :
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
19
19
submodules : true
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
21
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Install dependencies
@@ -37,11 +37,11 @@ jobs:
37
37
python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
38
38
os : [macos-latest, ubuntu-latest, windows-latest]
39
39
steps :
40
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
41
with :
42
42
submodules : true
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
44
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Check LongPathsEnabled
@@ -89,11 +89,11 @@ jobs:
89
89
python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
90
90
os : [macos-latest, ubuntu-latest, windows-latest]
91
91
steps :
92
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
93
with :
94
94
submodules : true
95
95
- name : Set up Python ${{ matrix.python-version }}
96
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
96
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
97
97
with :
98
98
python-version : ${{ matrix.python-version }}
99
99
- name : Prepare ENV
0 commit comments