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

set-output command warning #217

Open
marwenguesmii opened this issue Jan 24, 2023 · 5 comments
Open

set-output command warning #217

marwenguesmii opened this issue Jan 24, 2023 · 5 comments

Comments

@marwenguesmii
Copy link

marwenguesmii commented Jan 24, 2023

I tried using 'amondnet/vercel-action@2b2891b' . 2b2891b is the latest commit for the moment and @action/core version is 1.10.0 in this commit. However, I always get the github warning about the set-output command

@irangarcia
Copy link

Bumping to v25.1.1 should resolve. Fixed on #208

@dmarcucci
Copy link
Contributor

Still seeing the issue in v25.1.1.

@c-tuck
Copy link

c-tuck commented Feb 15, 2023

Looks as if the dist/index.js file is not up to date for the v25.1.1 tag and needs to be fixed. Seems to be correct for the v25 tag though so pointing to that tag should work for now until the v25.1.1 tag is fixed.

Pointing to the latest release commit should work as well: 19d4fbf

@pirafrank
Copy link

pirafrank commented Mar 8, 2023

Hi, version v25.1.1 fixes this in workflow examples, not in code.
I'm thinking of fixing this for real and open a PR.

@pirafrank
Copy link

pirafrank commented Mar 22, 2024

It looks like it's related to @actions/core, not the action itself.

Albeit the version of this dependency is pretty recent, "@actions/core": "^1.10.0" in package.json, the error still occurs. May be a bug in @actions/core. More info here and here.

Also, @actions/core should be upgrade to node 20, since it's still based on node 16 which is about to be sunset.

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

No branches or pull requests

5 participants