ngneat / until-destroy

🦊 RxJS operator that unsubscribe from observables on destroy
https://netbasal.com/
MIT License
1.74k stars 100 forks source link

Warnings for github actions builds #223

Closed hlovdal closed 1 year ago

hlovdal commented 1 year ago

The file .github/workflows/until-destroy.yml contains a reference to pnpm/action-setup@v2.2.2 which when used produces warnings:

Run pnpm/action-setup@v2.2.2
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Running self-installer...
Installation Completed!

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/20[22](https://github.com/ngneat/until-destroy/actions/runs/3904250713/jobs/6669775286#step:5:24)-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Updating to version v2.2.4 should fix that.