@@ -371,7 +371,7 @@ jobs:
371371 issues : read
372372 packages : write
373373 steps :
374- - uses : hoverkraft-tech/ci-github-common/actions/checkout@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
374+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
375375 with :
376376 lfs : ${{ inputs.lfs }}
377377
@@ -380,7 +380,7 @@ jobs:
380380 run : git lfs pull
381381
382382 - id : local-workflow-actions
383- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
383+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
384384 with :
385385 actions-path : actions
386386
@@ -451,7 +451,7 @@ jobs:
451451
452452 # FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
453453 # https://github.com/orgs/community/discussions/26639
454- - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
454+ - uses : hoverkraft-tech/ci-github-common/actions/set-matrix-output@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
455455 with :
456456 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
457457 value : ${{ steps.build.outputs.built-image }}
@@ -468,7 +468,7 @@ jobs:
468468 built-images : ${{ steps.create-images-manifests.outputs.built-images }}
469469 steps :
470470 - id : get-matrix-outputs
471- uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
471+ uses : hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
472472 with :
473473 artifact-name : ${{ needs.prepare-variables.outputs.artifact-name }}
474474
@@ -506,7 +506,7 @@ jobs:
506506 core.setOutput('built-images', JSON.stringify(images));
507507
508508 - id : local-workflow-actions
509- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
509+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@624be17604ee0a7378488191aacb35851e7cf001 # 0.37.1
510510 with :
511511 actions-path : actions
512512
0 commit comments