Azure

Azure Container Apps の継続的デプロイを設定するとGitHub Actionsで警告がでる

Azure Container Apps の継続的デプロイを設定するとGitHub Actionsで下記のような警告ができます。

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-action@v2
The `save-state` 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 `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/

 

非推奨な項目があるためです。

GitHub Actions: All Actions will begin running on Node16 instead of Node12 - The GitHub Blog
GitHub Actions: All Actions will begin running on Node16 instead of Node12 - The GitHub Blog

GitHub Actions: All Actions will begin running on Node16 instead of Node12

github.blog

GitHub Actions: Deprecating save-state and set-output commands - The GitHub Blog
GitHub Actions: Deprecating save-state and set-output commands - The GitHub Blog

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

github.blog

こればっかりはAzure側の対応待ちなきがします。

 

-Azure
-