From 91bfabb228ec06b7daabe85baa5033798d0b0273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 04:40:03 +0000 Subject: [PATCH] Bump prisma/create-prisma-postgres-database-action from 1.0.1 to 1.0.3 Bumps [prisma/create-prisma-postgres-database-action](https://github.com/prisma/create-prisma-postgres-database-action) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/prisma/create-prisma-postgres-database-action/releases) - [Commits](https://github.com/prisma/create-prisma-postgres-database-action/compare/2b8112ca2f9092c391ccff6ec763e629edc39c72...d9b96d94f9b94e1da958cb5202ec35a849cdb3b2) --- updated-dependencies: - dependency-name: prisma/create-prisma-postgres-database-action dependency-version: 1.0.3 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..c17d003 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@d9b96d94f9b94e1da958cb5202ec35a849cdb3b2 # v1.0.3 with: database_name: ${{ env.DATABASE_NAME }} project_id: ${{ vars.PRISMA_PROJECT_ID }}