From c0b3f7a69f6176f1c56a154da684d3e57b64b301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:29:03 +0000 Subject: [PATCH] chore(deps): bump fastify/workflows from 4.0.0 to 4.1.0 (#709) Bumps [fastify/workflows](https://github.com/fastify/workflows) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/fastify/workflows/releases) - [Commits](https://github.com/fastify/workflows/compare/29329a13c391edeae7d2aa401cbf7664ef830393...9cb42e35cca3b09ac043d0d139db50930f8117a7) --- updated-dependencies: - dependency-name: fastify/workflows dependency-type: direct:production update-type: version-update:semver-minor ... 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 e0fa1cb6..45e683e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@29329a13c391edeae7d2aa401cbf7664ef830393 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@9cb42e35cca3b09ac043d0d139db50930f8117a7 with: lint: true auto-merge-exclude: 'help-me'