fabianishere / pve-edge-kernel

Newer Linux kernels for Proxmox VE 7
370 stars 50 forks source link

Fix set-output deprecation #348

Closed thetredev closed 1 year ago

thetredev commented 1 year ago

GitHub has deprecated the use of set-output in Actions: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands

This PR fixes that by using the new echo "{name}={value}" >> $GITHUB_OUTPUT syntax instead of set-output.

thetredev commented 1 year ago

Also, refer to the Annotations of the latest release of this repo: https://github.com/fabianishere/pve-edge-kernel/actions/runs/3653076106

fabianishere commented 1 year ago

Thanks @thetredev!

thetredev commented 1 year ago

@fabianishere you're welcome :)