From bf70370f8a9a0182a50d18412bc32d7683d94d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:37:59 +0000 Subject: [PATCH] chore(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml Bumps [fastify/workflows/.github/workflows/plugins-ci.yml](https://github.com/fastify/workflows) from 5.1.3 to 6.0.0. - [Release notes](https://github.com/fastify/workflows/releases) - [Commits](https://github.com/fastify/workflows/compare/468d8888bf5527cb3843341f6e027d81a8b314f2...2073dc8e1f9e172bf42daa3843c9dbd31af1e8cb) --- updated-dependencies: - dependency-name: fastify/workflows/.github/workflows/plugins-ci.yml dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 7fd6261..550c1c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ jobs: permissions: contents: write pull-requests: write - uses: fastify/workflows/.github/workflows/plugins-ci.yml@468d8888bf5527cb3843341f6e027d81a8b314f2 # v5 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@2073dc8e1f9e172bf42daa3843c9dbd31af1e8cb # v6.0.0 with: lint: true