From 849e136be3fe736f2014033b5a9794e486607582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:33:18 +0000 Subject: [PATCH] Bump prisma/create-prisma-postgres-database-action from 1.0.1 to 1.0.2 Bumps [prisma/create-prisma-postgres-database-action](https://github.com/prisma/create-prisma-postgres-database-action) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/prisma/create-prisma-postgres-database-action/releases) - [Commits](https://github.com/prisma/create-prisma-postgres-database-action/compare/2b8112ca2f9092c391ccff6ec763e629edc39c72...759075589c27145e503b2735c8a7ced82c2bf744) --- updated-dependencies: - dependency-name: prisma/create-prisma-postgres-database-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd85706..569e0a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Create Prisma Postgres Database id: create-db - uses: prisma/create-prisma-postgres-database-action@2b8112ca2f9092c391ccff6ec763e629edc39c72 # v1.0.1 + uses: prisma/create-prisma-postgres-database-action@759075589c27145e503b2735c8a7ced82c2bf744 # v1.0.2 with: database_name: ${{ env.DATABASE_NAME }} project_id: ${{ vars.PRISMA_PROJECT_ID }}