File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
github.event_name == 'workflow_dispatch' ||
16
16
github.event.workflow_run.conclusion == 'success'
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
20
with :
21
21
node-version : " ^22"
Original file line number Diff line number Diff line change 29
29
- 6379:6379
30
30
31
31
steps :
32
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33
33
34
34
- name : update apt
35
35
run : sudo apt-get update -y
84
84
run :
85
85
working-directory : ./frontend-demo
86
86
steps :
87
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
87
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
88
88
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
89
89
with :
90
90
node-version : " ^22"
Original file line number Diff line number Diff line change 15
15
github.event_name == 'workflow_dispatch' ||
16
16
github.event.workflow_run.conclusion == 'success'
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
20
with :
21
21
node-version : " ^22"
Original file line number Diff line number Diff line change 15
15
github.event_name == 'workflow_dispatch' ||
16
16
github.event.workflow_run.conclusion == 'success'
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
19
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
20
with :
21
21
node-version : " ^22"
You can’t perform that action at this time.
0 commit comments