File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777
7878 - name : Set Platform options
7979 id : platform_opts
80- uses : actions/github-script@v8 .0.0
80+ uses : actions/github-script@v9 .0.0
8181 env :
8282 OS : ${{ matrix.os }}
8383 with :
9595
9696 - name : Calculate platform suffix
9797 id : platform_suffix
98- uses : actions/github-script@v8 .0.0
98+ uses : actions/github-script@v9 .0.0
9999 env :
100100 OS : ${{ matrix.os }}
101101 with :
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Set extra options
111111 id : extra_options
112- uses : actions/github-script@v8 .0.0
112+ uses : actions/github-script@v9 .0.0
113113 env :
114114 FORCE_UPDATE : ${{ github.event.inputs.forceUpdates }}
115115 with :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Set Platform options
123123 id : platform_opts
124- uses : actions/github-script@v8 .0.0
124+ uses : actions/github-script@v9 .0.0
125125 env :
126126 OS : ${{ matrix.os }}
127127 with :
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Calculate platform suffix
141141 id : platform_suffix
142- uses : actions/github-script@v8 .0.0
142+ uses : actions/github-script@v9 .0.0
143143 env :
144144 OS : ${{ matrix.os }}
145145 with :
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Set extra options
155155 id : extra_options
156- uses : actions/github-script@v8 .0.0
156+ uses : actions/github-script@v9 .0.0
157157 env :
158158 FORCE_UPDATE : ${{ github.event.inputs.forceUpdates }}
159159 with :
Original file line number Diff line number Diff line change 7979
8080 - name : Set Platform options
8181 id : platform_opts
82- uses : actions/github-script@v8 .0.0
82+ uses : actions/github-script@v9 .0.0
8383 env :
8484 OS : ${{ matrix.os }}
8585 with :
9797
9898 - name : Calculate platform suffix
9999 id : platform_suffix
100- uses : actions/github-script@v8 .0.0
100+ uses : actions/github-script@v9 .0.0
101101 env :
102102 OS : ${{ matrix.os }}
103103 with :
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Set extra options
113113 id : extra_options
114- uses : actions/github-script@v8 .0.0
114+ uses : actions/github-script@v9 .0.0
115115 env :
116116 FORCE_UPDATE : ${{ github.event.inputs.forceUpdates }}
117117 with :
Original file line number Diff line number Diff line change 7676
7777 - name : Set Platform options
7878 id : platform_opts
79- uses : actions/github-script@v8 .0.0
79+ uses : actions/github-script@v9 .0.0
8080 env :
8181 OS : ${{ matrix.os }}
8282 with :
9494
9595 - name : Calculate platform suffix
9696 id : platform_suffix
97- uses : actions/github-script@v8 .0.0
97+ uses : actions/github-script@v9 .0.0
9898 env :
9999 OS : ${{ matrix.os }}
100100 with :
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Set extra options
110110 id : extra_options
111- uses : actions/github-script@v8 .0.0
111+ uses : actions/github-script@v9 .0.0
112112 env :
113113 FORCE_UPDATE : ${{ github.event.inputs.forceUpdates }}
114114 with :
You can’t perform that action at this time.
0 commit comments