Skip to content
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 'set-output' in workflow #2220

Merged
merged 2 commits into from Jan 29, 2023
Merged

Fix deprecated 'set-output' in workflow #2220

merged 2 commits into from Jan 29, 2023

Conversation

zedifen
Copy link
Contributor

@zedifen zedifen commented Dec 19, 2022

According to GitHub, currently set-output command used in the workflow is deprecated and will be disabled soon, which generates a lot of warnings.

This PR tries to update it.

Copy link
Contributor

@AkinoKaede AkinoKaede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kslr kslr merged commit 75addbf into v2fly:master Jan 29, 2023
@zedifen zedifen deleted the update-set-output branch January 30, 2023 08:16
maskedeken pushed a commit to maskedeken/v2ray-core that referenced this pull request Mar 10, 2023
Add uTLS ALPN Control: auto generated

Add uTLS ALPN Control

fix: always call cancel func

fix(app/log): prevent close of closed channel

The close of `done` channel may be called many times.
And the handler will be blocked when the log client exists and the
closure func is still not be called.
So use context to resolve those two problems.

fix: dns.Hostmapping in JSONv5 config treats ip as Base64 (v2fly#2107)

Chore: use Go 1.20 (v2fly#2297)

Fix deprecated 'set-output' in workflow (v2fly#2220)

* Fix deprecated 'set-output' in workflow

* Update actions/stale to v7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants