HaaLeo / publish-vscode-extension

GitHub action to publish your VS Code Extension to the Open VSX Registry or Visual Studio Marketplace.
MIT License
209 stars 13 forks source link

The `set-output` command is deprecated and will be disabled soon. #27

Closed lsaudon closed 2 years ago

lsaudon commented 2 years ago
publish-vscode-extension Version Operating System
1.0.7 ubuntu-latest

Description

The set-output command is deprecated and will be disabled soon.

Expected Behavior

No warning message.

Actual Behavior

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/

Steps to Reproduce

  1. Run action
HaaLeo commented 2 years ago

Hi @lsaudon thx for opening this issue. According to actions/toolkit#1218 it should be sufficient to upgrade the @actions/core package to version v1.10.0. I'll try to get this done within the next weeks. But definitely before May 2023.

HaaLeo commented 2 years ago

Fixed with v1.1.0.