|
@@ -40,7 +40,7 @@ jobs:
|
|
|
build-image-sha: ${{ steps.set-output.outputs.build-image-sha }}
|
|
|
docs-only: ${{ steps.set-output.outputs.docs-only }}
|
|
|
steps:
|
|
|
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.0.2
|
|
|
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.0.2
|
|
|
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
|
id: filter
|
|
|
with:
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
build-image-sha: ${{ needs.setup.outputs.build-image-sha }}
|
|
|
steps:
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
|
|
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
with:
|
|
|
path: src/electron
|
|
|
fetch-depth: 0
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
build-image-sha: ${{ needs.setup.outputs.build-image-sha}}
|
|
|
steps:
|
|
|
- name: Checkout Electron
|
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
|
|
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
with:
|
|
|
path: src/electron
|
|
|
fetch-depth: 0
|