-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecated actions #142
Comments
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair as an env variable in GITHUB_ENV file. Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair as an env variable in GITHUB_ENV file. Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to write the name/value pair in GITHUB_OUTPUT file. Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair in GITHUB_OUTPUT file. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair in GITHUB_OUTPUT file. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 12, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair in GITHUB_OUTPUT file. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Oct 17, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair in GITHUB_OUTPUT file. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
chantra
added a commit
to chantra/kernel-patches-vmtest
that referenced
this issue
Nov 9, 2022
[set-output is being deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). Instead, the new recommended way it to set the the name/value pair in GITHUB_OUTPUT file. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter Fixes kernel-patches#142 Signed-off-by: Manu Bretelle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same as libbpf/ci#47 but for vmtest repo
The text was updated successfully, but these errors were encountered: