From 356226e0242f848ef0e10b4a0f04a035b5e94f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:50:33 +0000 Subject: [PATCH] Update neondatabase/create-branch-action action to v6 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 896f405857..ea6fdce4b8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: 🏗 Create database branch for running tests - uses: neondatabase/create-branch-action@v5 + uses: neondatabase/create-branch-action@v6 id: create-neon-branch with: api_key: ${{ secrets.NEON_API_KEY }}