From 885087c04aae4a5923d5e353342fd3656a6340ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:41:08 +0000 Subject: [PATCH] build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 (#148) Bumps [fastify/workflows](https://github.com/fastify/workflows) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/fastify/workflows/releases) - [Commits](https://github.com/fastify/workflows/compare/v4.2.1...v5.0.0) --- updated-dependencies: - dependency-name: fastify/workflows dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f630d92..792f93b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci-mysql.yml@v4.2.1 + uses: fastify/workflows/.github/workflows/plugins-ci-mysql.yml@v5.0.0 with: license-check: true lint: true