Commit 27f4e8e
authored
fix: replace set-output with $GITHUB_OUTPUT
"Starting today runner version 2.298.2 will begin to warn you if you use the save-state or set-output commands via stdout." [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/]
And wouldn't you know it... All my jobs warning endlessly.
This modifies the `lsb-release` step to use the new way of providing outputs.1 parent f950351 commit 27f4e8e
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments