@@ -154,14 +154,14 @@ jobs:
154154 submodules : true
155155
156156 - name : Set prek cache
157- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
157+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
158158 if : ${{ matrix.name == 'lint' }}
159159 with :
160160 path : ~/.cache/prek
161161 key : prek-${{ matrix.name }}-${{ hashFiles('.pre-commit-config.yaml') }}
162162
163163 - name : Install the latest version of uv
164- uses : astral-sh/setup-uv@v7
164+ uses : astral-sh/setup-uv@v8.1.0
165165 with :
166166 python-version : ${{ matrix.uv_python_version || '3.12' }}
167167
@@ -181,13 +181,13 @@ jobs:
181181
182182 - name : Set up Node.js (custom)
183183 if : ${{ inputs.node-version-file != '' }}
184- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
184+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
185185 with :
186186 node-version-file : ${{ inputs.node-version-file }}
187187
188188 - name : Set up Node.js
189189 if : ${{ inputs.node-version-file == '' }}
190- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
190+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
191191 with :
192192 node-version : " 24"
193193
@@ -302,7 +302,7 @@ jobs:
302302 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
303303
304304 - name : Install the latest version of uv
305- uses : astral-sh/setup-uv@v7
305+ uses : astral-sh/setup-uv@v8.1.0
306306
307307 - name : Save PR number
308308 if : github.event_name == 'pull_request'
@@ -312,14 +312,14 @@ jobs:
312312
313313 - name : Upload PR number artifact
314314 if : github.event_name == 'pull_request'
315- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
315+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
316316 with :
317317 name : pr_number
318318 path : pr_number.txt
319319
320320 - name : Merge logs into a single archive
321321 # Should do nothing if job is retried
322- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
322+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
323323 with :
324324 name : logs.zip
325325 pattern : logs-*.zip
0 commit comments