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

update actions core to 1.10.0 #466

Merged
merged 2 commits into from
Oct 13, 2022
Merged

update actions core to 1.10.0 #466

merged 2 commits into from
Oct 13, 2022

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 0756841 into game-ci:main Oct 13, 2022
@paulpach paulpach deleted the patch-3 branch October 16, 2022 15:07
BryanLeongMBG pushed a commit to MightyBear/unity-builder that referenced this pull request Dec 8, 2022
* update 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