4545 env :
4646 UV_RESOLUTION : highest
4747 steps :
48- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4949 with :
5050 persist-credentials : false
5151
5656 use-cached-uv-lock : ' false' # we don't need the lock here, we will automatically download it below
5757
5858 - name : Restore uv lock
59- uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
59+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6060 id : cache-uv-lock
6161 with :
6262 key : uv-lock-resolved-${{ env.UV_RESOLUTION }}
7979 UV_LOCKED : 0
8080 run : uv lock --refresh
8181
82- - uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
82+ - uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8383 if : steps.lock-uv-deps.outcome == 'success'
8484 name : upload-uv-lock
8585 with :
@@ -100,7 +100,7 @@ jobs:
100100 pyright-sessions : ${{ steps.set-matrix.outputs.pyright-sessions }}
101101 test-sessions : ${{ steps.set-matrix.outputs.test-sessions }}
102102 steps :
103- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
103+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
105105 persist-credentials : false
106106 - name : Set up environment
@@ -126,20 +126,20 @@ jobs:
126126 RUFF_OUTPUT_FORMAT : github
127127 steps :
128128
129- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130 with :
131131 persist-credentials : false
132132
133133 - name : Cache pip cache
134- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
134+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
135135 with :
136136 key : ${{ runner.os }}-prek-pip-${{ hashFiles('**/pyproject.toml') }}
137137 path : ~/.cache/pip
138138 lookup-only : true
139139
140140 - name : Run prek
141141 id : prek
142- uses : j178/prek-action@9d6a3097e0c1865ecce00cfb89fe80f2ee91b547 # v1.0.12
142+ uses : j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1
143143 # given the interoperability and the nature of prek, we stay unpinned for now
144144 # note that this action by default uses the latest version of prek
145145 # this is exactly how the pre-commit action worked, and we never had any issues
@@ -154,7 +154,7 @@ jobs:
154154 - lock-dependencies
155155 - lint
156156 steps :
157- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
157+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
158158 with :
159159 fetch-depth : ' 0'
160160 persist-credentials : false
@@ -181,7 +181,7 @@ jobs:
181181 fail-fast : false
182182 continue-on-error : ${{ matrix.session.experimental }}
183183 steps :
184- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
184+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
185185 with :
186186 persist-credentials : false
187187
@@ -213,7 +213,7 @@ jobs:
213213 nox --install-only
214214
215215 - name : Run pyright (Linux)
216- uses : jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
216+ uses : jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2
217217 id : pyright-linux
218218 with :
219219 version : PATH
@@ -224,7 +224,7 @@ jobs:
224224 extra-args : ${{join(matrix.session.paths, ' ')}}
225225
226226 - name : Run pyright (Windows)
227- uses : jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
227+ uses : jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2
228228 if : always() && (steps.pyright-linux.outcome == 'success' || steps.pyright-linux.outcome == 'failure')
229229 with :
230230 version : PATH
@@ -242,7 +242,7 @@ jobs:
242242 - lock-dependencies
243243 - lint
244244 steps :
245- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
245+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
246246 with :
247247 fetch-depth : ' 0'
248248 persist-credentials : false
@@ -273,7 +273,7 @@ jobs:
273273 - lock-dependencies
274274 - lint
275275 steps :
276- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
276+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
277277 with :
278278 persist-credentials : false
279279
@@ -319,7 +319,7 @@ jobs:
319319 env :
320320 NOXSESSION : ${{ matrix.session.name }}
321321 steps :
322- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
322+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
323323 with :
324324 persist-credentials : false
325325
0 commit comments