Commit 86f3853
committed
Fix actions/cache ::set-output deprecated
GitHub Actions log messages: "The `set-output` command is deprecated and
will be disabled soon. Please upgrade to using Environment Files.
* More info:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* And on the official actions/cache@3 documentation page where an
example
is given:
https://github.com/actions/cache/blob/main/examples.md\#php---comp
oser1 parent ced3a18 commit 86f3853
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments