MeiliSearch/.github/workflows
funilrys 09e71fdeb6
Replace deprecated set-output in GitHub actions
This patch fixes #3011.

This patch fixes the depracation warning regarding the usage of
`set-output`.
This patch fixes the issues by switching the following format:

```
echo ::set-output name=[name]::[value]
```

into the following format:

```
echo "[name]=[value]" >> ${GITHUB_OUTPUT}
```
2022-10-31 22:28:01 +01:00
..
coverage.yml Use Ubuntu 18.04 for all CI tasks that previously used Ubuntu 20.04 2022-10-06 10:13:50 +02:00
create-issue-dependencies.yml Use meili-bot PAT everywhere 2022-09-04 11:32:22 +02:00
flaky.yml Use Ubuntu 18.04 for all CI tasks that previously used Ubuntu 20.04 2022-10-06 10:13:50 +02:00
milestone-workflow.yml Replace deprecated set-output in GitHub actions 2022-10-31 22:28:01 +01:00
publish-binaries.yml Replace deprecated set-output in GitHub actions 2022-10-31 22:28:01 +01:00
publish-deb-brew-pkg.yml Use Ubuntu 18.04 for all CI tasks that previously used Ubuntu 20.04 2022-10-06 10:13:50 +02:00
publish-docker-images.yml Replace deprecated set-output in GitHub actions 2022-10-31 22:28:01 +01:00
rust.yml Uncomment cache steps in jobs 2022-10-06 22:32:29 +05:30
update-cargo-toml-version.yml Use Ubuntu 18.04 for all CI tasks that previously used Ubuntu 20.04 2022-10-06 10:13:50 +02:00