update for Fastify v5 - #276
Conversation
| jobs: | ||
| test: | ||
| uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 | ||
| uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0 |
There was a problem hiding this comment.
| uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0 | |
| uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4 |
If you use v4 then it'll automatically pick up the latest, i.e. if we release 4.0.1 then it'll use that.
There was a problem hiding this comment.
Thanks, will do that
But then I'm not understanding something
Why didn't this work with rate-limit? Using v4 there with the redis workflow resulted in errors
fastify/fastify-rate-limit#350
https://github.com/fastify/fastify-rate-limit/actions/runs/7195862716
There was a problem hiding this comment.
There you go, it didn't work...
I think it might be because v4 doesn't exist as a release/tag — there is only v4.0.0
There was a problem hiding this comment.
Ah yeah, forgot the v4 release went awry: fastify/workflows#107, grumble grumble grumble.
Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com>
This reverts commit b7a3800.
This reverts commit c691788.
* update for v5 * Update .github/workflows/ci.yml Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> * Revert "Update .github/workflows/ci.yml" This reverts commit b7a3800. * use replaceAll * Revert "use replaceAll" This reverts commit c691788. --------- Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
* set sameSite: lax by default (#277) * update for Fastify v5 (#276) * update for v5 * Update .github/workflows/ci.yml Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> * Revert "Update .github/workflows/ci.yml" This reverts commit b7a3800. * use replaceAll * Revert "use replaceAll" This reverts commit c691788. --------- Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Co-authored-by: Frazer Smith <frazer.dev@outlook.com> * set sameSite: lax by default (#277) * update for Fastify v5 (#276) * update for v5 * Update .github/workflows/ci.yml Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> * Revert "Update .github/workflows/ci.yml" This reverts commit b7a3800. * use replaceAll * Revert "use replaceAll" This reverts commit c691788. --------- Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Co-authored-by: Frazer Smith <frazer.dev@outlook.com> * update fastify deps * Update .github/workflows/ci.yml Co-authored-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Signed-off-by: Matteo Collina <matteo.collina@gmail.com> --------- Signed-off-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Signed-off-by: Matteo Collina <matteo.collina@gmail.com> Co-authored-by: Gürgün Dayıoğlu <gurgun.dayioglu@icloud.com> Co-authored-by: Frazer Smith <frazer.dev@outlook.com> Co-authored-by: Matteo Collina <hello@matteocollina.com>
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Ref: fastify/fastify#5116
Checklist
npm run testandnpm run benchmarkand the Code of conduct