Skip to content

action v1.20 warnings about deprecation from github actions #9

@walaro

Description

@walaro
Run dominikh/staticcheck-action@v1.2.0
Run WillAbides/setup-go-faster@v[1](<snip>/actions/runs/3893209395/jobs/6645533479#step:3:1).[7](<snip>/actions/runs/3893209395/jobs/6645533479#step:3:8).0
Run src/run
/opt/hostedtoolcache/go/1.17.13/x64 already exists

Warning: 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](<snip>/actions/runs/3893209395/jobs/6645533479#step:3:12)-11-github-actions-deprecating-save-state-and-set-output-commands/

Warning: 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/

Warning: 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/

Warning: 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/[20](<snip>/actions/runs/3893209395/jobs/6645533479#step:3:23)22-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Warning: 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/

using workflow copied from documentation (with newer version):

name: "CI"
on: ["push", "pull_request"]

jobs:
  ci:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
      with:
        fetch-depth: 1
    - uses: dominikh/staticcheck-action@v1.2.0
      with:
        version: "2022.1.3"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions