File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 40
40
shell : bash
41
41
42
42
- name : Cache Electron
43
-
43
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
44
44
with :
45
45
path : ${{ inputs.cache-path }}
46
46
key : ${{ inputs.cache-key }}
Original file line number Diff line number Diff line change 32
32
]
33
33
steps :
34
34
- name : Download images artifact - node${{ matrix.nodeMajorVersion }}
35
- uses : actions/download-artifact@v4
35
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
36
36
with :
37
37
name : electron-builder-all-${{ matrix.nodeMajorVersion }}
38
38
path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 25
25
- name : Build typdoc site
26
26
run : pnpm docs:all
27
27
28
- -
uses :
jsmrcaga/[email protected]
28
+ - uses : jsmrcaga/action-netlify-deploy@06b6a09e152823cce0d76c0dbb22b914934de198 # v2.3.0
29
29
with :
30
30
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
31
31
NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
39
39
40
40
# Creates a status check with link to preview
41
41
- name : Set Status check on commit
42
-
42
+ uses : guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
43
43
with :
44
44
authToken : ${{ secrets.GITHUB_TOKEN }}
45
45
state : success
Original file line number Diff line number Diff line change 34
34
docker save -o ${{ runner.temp }}/electron-builder-all-${{ env.NODE_TAG }}.tar electronuserland/builder
35
35
36
36
- name : Bundle all images
37
- uses : actions/upload-artifact@v4
37
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
38
38
with :
39
39
name : electron-builder-all-${{ env.NODE_TAG }}
40
40
path : ${{ runner.temp }}/electron-builder-all-${{ env.NODE_TAG }}.tar
Original file line number Diff line number Diff line change 26
26
run : pnpm docs:all
27
27
28
28
# Sets the branch name as environment variable
29
- -
uses :
nelonoel/[email protected]
30
- -
uses :
jsmrcaga/[email protected]
29
+ - uses : nelonoel/branch-name@1ea5c86cb559a8c4e623da7f188496208232e49f # v1.0.1
30
+ - uses : jsmrcaga/action-netlify-deploy@06b6a09e152823cce0d76c0dbb22b914934de198 # v2.3.0
31
31
with :
32
32
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
33
33
NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
40
40
41
41
# Creates a status check with link to preview
42
42
- name : Set Status check on commit
43
-
43
+ uses : guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
44
44
with :
45
45
authToken : ${{ secrets.GITHUB_TOKEN }}
46
46
state : success
Original file line number Diff line number Diff line change 87
87
- name : Download test-runner if exists
88
88
if : needs.run-docker-build.result == 'success'
89
89
id : download-test-runner-image
90
- uses : actions/download-artifact@v4
90
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
91
91
with :
92
92
name : electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
93
93
path : ${{ runner.temp }}
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Download test-runner if exists
134
134
if : needs.run-docker-build.result == 'success'
135
- uses : actions/download-artifact@v4
135
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
136
136
with :
137
137
name : electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
138
138
path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments