File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
run_install : false
40
40
- name : Install Node.js
41
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
41
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
42
42
with :
43
43
node-version-file : .nvmrc
44
44
cache : pnpm
50
50
51
51
# 👇 Runs Chromatic CLI in ./packages/ui
52
52
- name : Publish to Chromatic
53
- uses : chromaui/action@25f8ff36486472c2d6b5b02dc2d277f051a3ecdb # v11
53
+ uses : chromaui/action@5d19b9438d8e51210405062c56b1ddb20b90ca24 # v11
54
54
with :
55
55
workingDir : packages/ui
56
56
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change 36
36
37
37
- name : Import GPG key
38
38
id : import_gpg
39
- uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
39
+ uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
40
40
with :
41
41
gpg_private_key : ${{ secrets.BOT_GPG_KEY }}
42
42
git_user_signingkey : true
53
53
54
54
- name : Install Node.js
55
55
if : github.event_name != 'pull_request' && !startsWith(github.ref_name, 'l10n_')
56
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
56
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
57
57
with :
58
58
node-version-file : .nvmrc
59
59
cache : pnpm
Original file line number Diff line number Diff line change 24
24
25
25
- name : Import GPG key
26
26
id : import_gpg
27
- uses : crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
27
+ uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
28
28
with :
29
29
gpg_private_key : ${{ secrets.BOT_GPG_KEY }}
30
30
git_user_signingkey : true
39
39
# standalone: true
40
40
41
41
- name : Install Node.js
42
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
42
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
43
43
with :
44
44
node-version-file : .nvmrc
45
45
cache : pnpm
Original file line number Diff line number Diff line change 41
41
run_install : false
42
42
43
43
- name : Install Node.js
44
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
44
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
45
45
with :
46
46
node-version-file : .nvmrc
47
47
cache : pnpm
You can’t perform that action at this time.
0 commit comments