File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Controls when the action will run.
6
6
on :
7
+ # Build at 00:00 on every 12th day-of-month.
8
+ schedule :
9
+ - cron : " 0 0 */12 * *"
7
10
# Triggers the workflow on push or pull request events but only for the old-v8 branch
8
11
push :
9
12
branches : [ old-v8 ]
25
28
# Steps represent a sequence of tasks that will be executed as part of the job
26
29
steps :
27
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
29
32
30
33
- name : Prerequisites
31
34
run : |
67
70
# Steps represent a sequence of tasks that will be executed as part of the job
68
71
steps :
69
72
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
70
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
71
74
72
75
- name : Prerequisites
73
76
run : |
@@ -109,7 +112,7 @@ jobs:
109
112
# Steps represent a sequence of tasks that will be executed as part of the job
110
113
steps :
111
114
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
112
- - uses : actions/checkout@v3
115
+ - uses : actions/checkout@v4
113
116
114
117
- name : Prerequisites
115
118
run : |
You can’t perform that action at this time.
0 commit comments