@@ -78,13 +78,13 @@ jobs:
7878 f.write(f'matrix={json.dumps(matrix)}')
7979
8080 - name : Checkout Pyinstaller-Builds
81- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
81+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282 with :
8383 path : builds
8484 persist-credentials : false
8585
8686 - name : Checkout PyInstaller
87- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888 with :
8989 fetch-depth : 0 # Needed for git-describe
9090 repository : pyinstaller/pyinstaller
@@ -155,7 +155,7 @@ jobs:
155155 python -m build --no-isolation --sdist --outdir=dist .
156156
157157 - name : Upload artifacts
158- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
159159 with :
160160 name : pyinstaller-${{ inputs.commitish }}-sdist
161161 path : |
@@ -178,7 +178,7 @@ jobs:
178178
179179 steps :
180180 - name : Set up MinGW
181- uses : msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
181+ uses : msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
182182 with :
183183 update : true
184184 msystem : ${{ matrix.sys }}
@@ -189,13 +189,13 @@ jobs:
189189 mingw-w64-${{ matrix.env }}-python-pip
190190
191191 - name : Checkout Pyinstaller-Builds
192- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
192+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
193193 with :
194194 path : builds
195195 persist-credentials : false
196196
197197 - name : Checkout PyInstaller
198- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
199199 with :
200200 repository : pyinstaller/pyinstaller
201201 ref : ${{ inputs.commitish }}
@@ -228,7 +228,7 @@ jobs:
228228 python -m build --no-isolation --wheel --outdir=dist .
229229
230230 - name : Upload artifacts
231- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
231+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
232232 with :
233233 name : pyinstaller-${{ inputs.commitish }}-${{ matrix.name }}
234234 path : |
@@ -247,7 +247,7 @@ jobs:
247247 RELEASE_NOTES : ${{ needs.prepare.outputs.release_notes }}
248248
249249 steps :
250- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
250+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
251251 with :
252252 persist-credentials : false
253253
0 commit comments