updating to actions/checkout@v3 in order to avoid the set-output depr…#164
updating to actions/checkout@v3 in order to avoid the set-output depr…#164dorny merged 1 commit intodorny:masterfrom
Conversation
|
@dorny I'm afraid that this is not enough. here are the places that I could find that are in need of this change: |
|
@dorny looks like it was addressed by this PR in the "actions/typescript-action" repo: |
|
@IdanYaffe thanks for the notice. Here's a blog post about it - https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ So updating the package should be enough. I will do it now. |
|
@dorny I'm afraid that's still not resolved. should be something like this: |
|
Yes, I have to update the index.js. It's a packaged version of all the code of this action and its dependencies. I usually do it just once after multiple PRs are merged, together with adding a new tag. The file is big so every change of it increases the size of the repo. Looks like I won't make more changes today so I will do a release shortly. |
…ecation warning