@@ -55,10 +55,10 @@ jobs:
5555 python : ['3.10', '3.11', '3.12', '3.13']
5656
5757 steps :
58- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+ - uses : actions/checkout@v6
5959 with :
6060 persist-credentials : false
61- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
61+ - uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python }}
6464 - name : Install UV
@@ -81,10 +81,10 @@ jobs:
8181 integration-test :
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
84+ - uses : actions/checkout@v6
8585 with :
8686 persist-credentials : false
87- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
87+ - uses : actions/setup-python@v6
8888 with :
8989 python-version : ' 3.12'
9090 - name : Install UV
@@ -101,7 +101,7 @@ jobs:
101101 if : ${{ failure() }}
102102 run : docker compose -f dev/docker-compose-integration.yml logs
103103 - name : Upload coverage data
104- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : coverage-integration
107107 path : .coverage*
@@ -110,10 +110,10 @@ jobs:
110110 integration-test-s3 :
111111 runs-on : ubuntu-latest
112112 steps :
113- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113+ - uses : actions/checkout@v6
114114 with :
115115 persist-credentials : false
116- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
116+ - uses : actions/setup-python@v6
117117 with :
118118 python-version : ' 3.12'
119119 - name : Install UV
@@ -130,7 +130,7 @@ jobs:
130130 if : ${{ failure() }}
131131 run : docker compose -f dev/docker-compose.yml logs
132132 - name : Upload coverage data
133- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
133+ uses : actions/upload-artifact@v4
134134 with :
135135 name : coverage-s3
136136 path : .coverage*
@@ -139,10 +139,10 @@ jobs:
139139 integration-test-adls :
140140 runs-on : ubuntu-latest
141141 steps :
142- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
142+ - uses : actions/checkout@v6
143143 with :
144144 persist-credentials : false
145- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
145+ - uses : actions/setup-python@v6
146146 with :
147147 python-version : ' 3.12'
148148 - name : Install UV
@@ -159,7 +159,7 @@ jobs:
159159 if : ${{ failure() }}
160160 run : docker compose -f dev/docker-compose-azurite.yml logs
161161 - name : Upload coverage data
162- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
162+ uses : actions/upload-artifact@v4
163163 with :
164164 name : coverage-adls
165165 path : .coverage*
@@ -168,10 +168,10 @@ jobs:
168168 integration-test-gcs :
169169 runs-on : ubuntu-latest
170170 steps :
171- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171+ - uses : actions/checkout@v6
172172 with :
173173 persist-credentials : false
174- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
174+ - uses : actions/setup-python@v6
175175 with :
176176 python-version : ' 3.12'
177177 - name : Install UV
@@ -188,7 +188,7 @@ jobs:
188188 if : ${{ failure() }}
189189 run : docker compose -f dev/docker-compose-gcs-server.yml logs
190190 - name : Upload coverage data
191- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
191+ uses : actions/upload-artifact@v4
192192 with :
193193 name : coverage-gcs
194194 path : .coverage*
@@ -198,10 +198,10 @@ jobs:
198198 runs-on : ubuntu-latest
199199 needs : [integration-test, integration-test-s3, integration-test-adls, integration-test-gcs]
200200 steps :
201- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
201+ - uses : actions/checkout@v6
202202 with :
203203 persist-credentials : false
204- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
204+ - uses : actions/setup-python@v6
205205 with :
206206 python-version : ' 3.12'
207207 - name : Install UV
@@ -211,7 +211,7 @@ jobs:
211211 - name : Install dependencies
212212 run : uv sync --group dev
213213 - name : Download all coverage artifacts
214- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
214+ uses : actions/download-artifact@v8
215215 with :
216216 pattern : coverage-*
217217 merge-multiple : true
@@ -221,10 +221,10 @@ jobs:
221221 cibw-dev-env-smoke-test :
222222 runs-on : ubuntu-latest
223223 steps :
224- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
224+ - uses : actions/checkout@v6
225225 with :
226226 persist-credentials : false
227- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
227+ - uses : actions/setup-python@v6
228228 with :
229229 python-version : ' 3.12'
230230 - name : Install UV
0 commit comments