-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Description
This action is now generating the following two deprecation notices:
Warning: The `set-env` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Warning: The `add-path` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Relevant portion of workflow yaml:
env:
TERRAFORM_VERSION: 0.13.4
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
pst, JCradock, anisf, CalvinRodo, AndyThurgood and 37 more
Metadata
Metadata
Assignees
Labels
No labels