Commit a70b276
tools: do not use the set-output command in workflows
The `set-output` command is deprecated. Use the `GITHUB_OUTPUT`
environment file.
Refs: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PR-URL: #45024
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent d41f8ff commit a70b276Copy full SHA for a70b276
File tree
Expand file treeCollapse file tree
4 files changed
+11
-9
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
4 files changed
+11
-9
lines changedOpen diff view settings
Collapse file
.github/workflows/auto-start-ci.yml
Copy file name to clipboardExpand all lines: .github/workflows/auto-start-ci.yml+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
36 | | - |
| 35 | + |
| 36 | + |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
|
Collapse file
.github/workflows/commit-lint.yml
Copy file name to clipboardExpand all lines: .github/workflows/commit-lint.yml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
| 18 | + |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
|
Collapse file
.github/workflows/commit-queue.yml
Copy file name to clipboardExpand all lines: .github/workflows/commit-queue.yml+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
42 | | - |
| 41 | + |
| 42 | + |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
|
Collapse file
.github/workflows/label-flaky-test-issue.yml
Copy file name to clipboardExpand all lines: .github/workflows/label-flaky-test-issue.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
0 commit comments