7474
7575 steps :
7676 - name : Checkout repository
77- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
77+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7878 with :
7979 ref : ${{ inputs.ref }}
8080
@@ -137,7 +137,7 @@ jobs:
137137 fi
138138
139139 - name : Set up Python
140- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
140+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
141141 with :
142142 python-version : ${{ steps.pyver.outputs.version }}
143143 cache : " pip"
@@ -183,7 +183,7 @@ jobs:
183183
184184 steps :
185185 - name : Checkout repository
186- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
186+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
187187 with :
188188 ref : ${{ inputs.ref }}
189189
@@ -197,7 +197,7 @@ jobs:
197197 fi
198198
199199 - name : Set up Python
200- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
200+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
201201 with :
202202 python-version : ${{ steps.pyver.outputs.version }}
203203 cache : " pip"
@@ -235,7 +235,7 @@ jobs:
235235
236236 steps :
237237 - name : Checkout repository
238- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
238+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
239239 with :
240240 ref : ${{ inputs.ref }}
241241 fetch-depth : 2
@@ -255,7 +255,7 @@ jobs:
255255
256256 - name : Login to GitHub Container Registry
257257 if : steps.changed.outputs.dockerfile_changed == 'true'
258- uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
258+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6 .0
259259 with :
260260 registry : ghcr.io
261261 username : ${{ github.actor }}
@@ -303,7 +303,7 @@ jobs:
303303
304304 steps :
305305 - name : Checkout repository
306- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
306+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
307307 with :
308308 ref : ${{ inputs.ref }}
309309
@@ -317,7 +317,7 @@ jobs:
317317 fi
318318
319319 - name : Set up Python
320- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
320+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
321321 with :
322322 python-version : ${{ steps.pyver.outputs.version }}
323323 # pip cache is not compatible with the Docker container
@@ -372,7 +372,7 @@ jobs:
372372
373373 steps :
374374 - name : Checkout repository
375- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
375+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
376376 with :
377377 ref : ${{ inputs.ref }}
378378
0 commit comments