2929 runs-on : ubuntu-latest
3030 timeout-minutes : 5
3131 steps :
32- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3333 - name : Set up Python 3.11
3434 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3535 with :
5757 prng-upgrade : 0
5858 num_generated_cases : 1
5959 steps :
60- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
60+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6161 - name : Set up Python ${{ matrix.python-version }}
6262 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
6363 with :
6868 python -m pip install --upgrade pip wheel
6969 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
7070 - name : pip cache
71- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
71+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
7272 with :
7373 path : ${{ steps.pip-cache.outputs.dir }}
7474 key : ${{ runner.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('**/setup.py', '**/requirements.txt', '**/test-requirements.txt') }}
@@ -104,7 +104,7 @@ jobs:
104104 matrix :
105105 python-version : ['3.10']
106106 steps :
107- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
107+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
108108 - name : Set up Python ${{ matrix.python-version }}
109109 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
110110 with :
@@ -115,7 +115,7 @@ jobs:
115115 python -m pip install --upgrade pip wheel
116116 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
117117 - name : pip cache
118- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
118+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
119119 with :
120120 path : ${{ steps.pip-cache.outputs.dir }}
121121 key : ${{ runner.os }}-pip-docs-${{ hashFiles('**/setup.py', '**/requirements.txt', '**/test-requirements.txt') }}
@@ -141,7 +141,7 @@ jobs:
141141 matrix :
142142 python-version : ['3.10']
143143 steps :
144- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
144+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
145145 - name : Set up Python ${{ matrix.python-version }}
146146 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
147147 with :
@@ -152,7 +152,7 @@ jobs:
152152 python -m pip install --upgrade pip wheel
153153 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
154154 - name : pip cache
155- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
155+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
156156 with :
157157 path : ${{ steps.pip-cache.outputs.dir }}
158158 key : ${{ runner.os }}-pip-docs-${{ hashFiles('**/setup.py', '**/requirements.txt', '**/test-requirements.txt') }}
@@ -177,7 +177,7 @@ jobs:
177177 enable-x64 : 0
178178 num_generated_cases : 10
179179 steps :
180- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
180+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
181181 - name : Set up Python ${{ matrix.python-version }}
182182 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
183183 with :
@@ -188,7 +188,7 @@ jobs:
188188 python -m pip install --upgrade pip wheel
189189 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
190190 - name : pip cache
191- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
191+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
192192 with :
193193 path : ${{ steps.pip-cache.outputs.dir }}
194194 key : ${{ runner.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('**/setup.py', '**/requirements.txt', '**/test-requirements.txt') }}
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : ubuntu-latest
217217 timeout-minutes : 5
218218 steps :
219- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
219+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
220220 - name : Set up Python 3.11
221221 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
222222 with :
@@ -227,7 +227,7 @@ jobs:
227227 python -m pip install --upgrade pip wheel
228228 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
229229 - name : pip cache
230- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
230+ uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
231231 with :
232232 path : ${{ steps.pip-cache.outputs.dir }}
233233 key : ${{ runner.os }}-pip-ffi-examples-${{ hashFiles('**/setup.py', '**/requirements.txt', '**/test-requirements.txt', 'examples/**/pyproject.toml') }}
0 commit comments