We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 is now giving deprecation warnings around this Action:
save-state
set-output
The text was updated successfully, but these errors were encountered:
chore(deps): update all (#68)
ea0fcd3
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Azure/cli](https://togithub.com/Azure/cli) | action | patch | `1.0.4` -> `v1.0.7` | | [node](https://togithub.com/nodejs/node) | stage | minor | `18.9-alpine3.16` -> `18.15-alpine3.16` | --- ### Release Notes <details> <summary>Azure/cli</summary> ### [`v1.0.7`](https://togithub.com/Azure/cli/releases/tag/v1.0.7): GitHub Action for Azure CLI v1.0.7 [Compare Source](https://togithub.com/Azure/cli/compare/v1.0.6...v1.0.7) - Upgraded action to use node 16 instead of node 12 - Upgrade [@​actions/core](https://togithub.com/actions/core) to ^1.10.0 - Resolved other minor issues like [https://github.com/Azure/cli/issues/87](https://togithub.com/Azure/cli/issues/87) and [https://github.com/Azure/cli/issues/84](https://togithub.com/Azure/cli/issues/84) ### [`v1.0.6`](https://togithub.com/Azure/cli/releases/tag/v1.0.6): GitHub Action for Azure CLI v1.0.6 [Compare Source](https://togithub.com/Azure/cli/compare/v1.0.5...v1.0.6) Resolved customer issue: `Error: /bin/sh: 1: az: not found in v1.0.5` [https://github.com/Azure/cli/issues/62](https://togithub.com/Azure/cli/issues/62) ### [`v1.0.5`](https://togithub.com/Azure/cli/releases/tag/v1.0.5): GitHub Action for Azure CLI v1.0.5 [Compare Source](https://togithub.com/Azure/cli/compare/1.0.4...v1.0.5) Resolved compatibility issues between az cli version on agent and container. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/UK-Export-Finance/mdm-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
bishal-pdMSFT
t-dedah
Successfully merging a pull request may close this issue.
GitHub Actions is now giving deprecation warnings around this Action:
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/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: