From 9afca8d50af8e38b2cac8f79e39ad0227289b2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:11:14 +0000 Subject: [PATCH] build(deps): Bump fastify/workflows from 5.0.0 to 5.0.1 Bumps [fastify/workflows](https://github.com/fastify/workflows) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/fastify/workflows/releases) - [Commits](https://github.com/fastify/workflows/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: fastify/workflows dependency-type: direct:production update-type: version-update:semver-patch ... 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 c50be5c..090803b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write pull-requests: write - uses: fastify/workflows/.github/workflows/plugins-ci-redis.yml@v5.0.0 + uses: fastify/workflows/.github/workflows/plugins-ci-redis.yml@v5.0.1 with: license-check: true lint: true