From 2116a22b5cd61bbb9d6b6d45a2f1e8b78f47625b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:50:59 +0000 Subject: [PATCH] build(deps): bump fastify/workflows/.github/workflows/plugins-ci-postgres.yml Bumps [fastify/workflows/.github/workflows/plugins-ci-postgres.yml](https://github.com/fastify/workflows) from 5 to 6. - [Release notes](https://github.com/fastify/workflows/releases) - [Commits](https://github.com/fastify/workflows/compare/v5...v6) --- updated-dependencies: - dependency-name: fastify/workflows/.github/workflows/plugins-ci-postgres.yml dependency-version: '6' 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 b919c3f..409c753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: permissions: contents: write pull-requests: write - uses: fastify/workflows/.github/workflows/plugins-ci-postgres.yml@v5 + uses: fastify/workflows/.github/workflows/plugins-ci-postgres.yml@v6 with: license-check: true lint: true