@@ -80,15 +80,15 @@ jobs:
8080
8181 steps :
8282 - name : Setup Git
83- uses : frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
83+ uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
8484
8585 - name : Fetch sources
8686 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787 with :
8888 submodules : true
8989
9090 - name : Setup Python
91- uses : frequenz-floss/gh-action-setup-python-with-deps@0d0d77eac3b54799f31f25a1060ef2c6ebdf9299 # v1.0.2
91+ uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
9292 with :
9393 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
9494 dependencies : build
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Setup Git
122- uses : frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
122+ uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
123123
124124 - name : Print environment (debug)
125125 run : env
@@ -145,7 +145,7 @@ jobs:
145145 > pyproject.toml
146146
147147 - name : Setup Python
148- uses : frequenz-floss/gh-action-setup-python-with-deps@0d0d77eac3b54799f31f25a1060ef2c6ebdf9299 # v1.0.2
148+ uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
149149 with :
150150 python-version : ${{ matrix.python }}
151151 dependencies : dist/*.whl
@@ -178,15 +178,15 @@ jobs:
178178 runs-on : ubuntu-24.04
179179 steps :
180180 - name : Setup Git
181- uses : frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
181+ uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
182182
183183 - name : Fetch sources
184184 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
185185 with :
186186 submodules : true
187187
188188 - name : Setup Python
189- uses : frequenz-floss/gh-action-setup-python-with-deps@0d0d77eac3b54799f31f25a1060ef2c6ebdf9299 # v1.0.2
189+ uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
190190 with :
191191 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
192192 dependencies : .[dev-mkdocs]
@@ -218,15 +218,15 @@ jobs:
218218 contents : write
219219 steps :
220220 - name : Setup Git
221- uses : frequenz-floss/gh-action-setup-git@16952aac3ccc01d27412fe0dea3ea946530dcace # v1.0.0
221+ uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
222222
223223 - name : Fetch sources
224224 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
225225 with :
226226 submodules : true
227227
228228 - name : Setup Python
229- uses : frequenz-floss/gh-action-setup-python-with-deps@0d0d77eac3b54799f31f25a1060ef2c6ebdf9299 # v1.0.2
229+ uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
230230 with :
231231 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
232232 dependencies : .[dev-mkdocs]
0 commit comments