@@ -83,12 +83,12 @@ jobs:
8383 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
8484
8585 - name : Fetch sources
86- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
86+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8787 with :
8888 submodules : true
8989
9090 - name : Setup Python
91- uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
91+ uses : frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
9292 with :
9393 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
9494 dependencies : build
@@ -145,7 +145,7 @@ jobs:
145145 > pyproject.toml
146146
147147 - name : Setup Python
148- uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
148+ uses : frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
149149 with :
150150 python-version : ${{ matrix.python }}
151151 dependencies : dist/*.whl
@@ -181,12 +181,12 @@ jobs:
181181 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
182182
183183 - name : Fetch sources
184- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
185185 with :
186186 submodules : true
187187
188188 - name : Setup Python
189- uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
189+ uses : frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
190190 with :
191191 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
192192 dependencies : .[dev-mkdocs]
@@ -221,12 +221,12 @@ jobs:
221221 uses : frequenz-floss/gh-action-setup-git@f9d86a01228ee1cadaac5224d4d7626f1eb23f90 # v1.0.0
222222
223223 - name : Fetch sources
224- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
225225 with :
226226 submodules : true
227227
228228 - name : Setup Python
229- uses : frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
229+ uses : frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
230230 with :
231231 python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
232232 dependencies : .[dev-mkdocs]
0 commit comments