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

GitHub Actions: Deprecating save-state and set-output commands #1045

Closed
siguici opened this issue Dec 26, 2022 · 1 comment
Closed

GitHub Actions: Deprecating save-state and set-output commands #1045

siguici opened this issue Dec 26, 2022 · 1 comment
Assignees

Comments

@siguici
Copy link
Contributor

siguici commented Dec 26, 2022

Using actions/cache@v3 described in example for PHP - Composer returns the warning below:

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/

siguici added a commit to siguici/actions-cache that referenced this issue Dec 26, 2022
yatbear added a commit to tensorflow/tensorboard that referenced this issue Jan 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
This PR upgrades the following Github actions to reduce the deprecation warnings for commands `save-state` and `set-output`:
- `actions/setup-python` to `v4.3.0`: actions/setup-python#524
- `actions/upload-artifact` to `v3.1.1`

Note that `cache` action isn't upgraded here since `actions/cache@v3` still returns deprecation warnings: actions/cache#1045.
 
Googlers, see b/257310824.
tanuj077 added a commit that referenced this issue Jan 16, 2023
📝 #1045 update using the `set-output` command is deprecated
@vsvipul
Copy link
Contributor

vsvipul commented Jan 18, 2023

Fixed in #1046

@vsvipul vsvipul closed this as completed Jan 18, 2023
yatbear added a commit to yatbear/tensorboard that referenced this issue Mar 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…6122)

This PR upgrades the following Github actions to reduce the deprecation warnings for commands `save-state` and `set-output`:
- `actions/setup-python` to `v4.3.0`: actions/setup-python#524
- `actions/upload-artifact` to `v3.1.1`

Note that `cache` action isn't upgraded here since `actions/cache@v3` still returns deprecation warnings: actions/cache#1045.
 
Googlers, see b/257310824.
dna2github pushed a commit to dna2fork/tensorboard that referenced this issue May 1, 2023
…6122)

This PR upgrades the following Github actions to reduce the deprecation warnings for commands `save-state` and `set-output`:
- `actions/setup-python` to `v4.3.0`: actions/setup-python#524
- `actions/upload-artifact` to `v3.1.1`

Note that `cache` action isn't upgraded here since `actions/cache@v3` still returns deprecation warnings: actions/cache#1045.
 
Googlers, see b/257310824.
Dakshjain1 pushed a commit to SvavaCapital/cache that referenced this issue Apr 19, 2024
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

3 participants