Skip to content

Conversation

@paulpach
Copy link
Contributor

@paulpach paulpach commented Oct 13, 2022

The current version of actions/core produces a lot of warning about deprecated set-output command, like this:

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 new version of actions/core uses the environment files instead, so this version bump should fix the warning

Changes

  • ...

Checklist

  • Read the contribution guide and accept the code of conduct
  • Readme (updated or not needed)
  • Tests (added, updated or not needed)

The current version of actions/core produces a lot of warning about deprecated set-output command,  like this:

```
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 new version of actions/core uses the environment files instead, so this version bump should fix the warning
@github-actions
Copy link

Cat Gif

@webbertakken webbertakken merged commit 45ec546 into game-ci:main Oct 13, 2022
@paulpach paulpach deleted the patch-2 branch October 16, 2022 15:06
BryanLeongMBG pushed a commit to MightyBear/unity-test-runner that referenced this pull request Dec 8, 2022
* upgrade actions/core to 1.10.0

The current version of actions/core produces a lot of warning about deprecated set-output command,  like this:

```
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 new version of actions/core uses the environment files instead, so this version bump should fix the warning

* reran yarn
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.

2 participants