-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
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
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
Fixed in #1046 |
yatbear
added a commit
to yatbear/tensorboard
that referenced
this issue
Mar 27, 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.
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
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/The text was updated successfully, but these errors were encountered: