You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this action in my project, I get following warning:
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/
The warning message references a blogpage, which suggests updating @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.
So, I think updating the dependency might fix the issue
The text was updated successfully, but these errors were encountered:
When using this action in my project, I get following warning:
Luckily caused by this line:
portainer-deploy-stack-action/src/main.ts
Line 51 in 2bb163f
The warning message references a blogpage, which suggests updating
@actions/core
package tov1.10.0
or greater to get the updatedsaveState
andsetOutput
functions.So, I think updating the dependency might fix the issue
The text was updated successfully, but these errors were encountered: