meilisearch/.github
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
..
ISSUE_TEMPLATE Update config.yml 2022-09-14 14:40:36 +02:00
scripts Fix typos 2022-09-21 21:46:06 +08:00
workflows Replace deprecated set-output in GitHub actions 2022-10-31 22:28:01 +01:00
dependabot.yml Update manifest for dependabot 2022-06-29 11:35:41 +02:00