File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 # This schedule will run only from the default branch
1515 schedule :
1616 - cron : ' 15 0 * * *' # run at 00:15 AM UTC
17+ workflow_dispatch :
1718
1819defaults :
1920 run :
@@ -131,7 +132,7 @@ jobs:
131132 echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
132133
133134 - name : Setup Rust toolchain and cache
134- uses : actions-rust-lang/setup-rust-toolchain@v1.9.0
135+ uses : actions-rust-lang/setup-rust-toolchain@v1
135136 # WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
136137 with :
137138 rustflags : ' '
@@ -152,7 +153,7 @@ jobs:
152153
153154 - name : Create an Issue for Release Failure
154155 if : ${{ failure() }}
155- uses : JasonEtco/create-an-issue@v2.9.2
156+ uses : JasonEtco/create-an-issue@v2
156157 env :
157158 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
158159 with :
You can’t perform that action at this time.
0 commit comments