Skip to content

Commit d4904d2

Browse files
authored
Merge pull request #743 from UTDNebula/dependabot/npm_and_yarn/nodemailer-6.9.9
build(deps): bump nodemailer from 6.8.0 to 6.9.9
2 parents a016244 + f7516fd commit d4904d2

File tree

4 files changed

+10
-490
lines changed

4 files changed

+10
-490
lines changed

.github/workflows/delete-neon-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: get_branch_id
2222
# list all branches and filter by name
2323
run: |
24-
branch_id=$(curl --silent \
24+
branch_id=$(curl --silent --fail-with-body \
2525
"https://console.neon.tech/api/v2/projects/${{ secrets.NEON_PROJECT_ID }}/branches" \
2626
--header "Accept: application/json" \
2727
--header "Content-Type: application/json" \
@@ -32,7 +32,7 @@ jobs:
3232
echo "branch_id=${branch_id}" >> $GITHUB_OUTPUT
3333
3434
- name: Delete Neon Branch
35-
uses: neondatabase/delete-branch-action@v2
35+
uses: neondatabase/delete-branch-action@v3
3636
with:
3737
project_id: ${{ secrets.NEON_PROJECT_ID }}
3838
branch_id: ${{ steps.get_branch_id.outputs.branch_id }}

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Neon Database Create Branch Action
24-
uses: neondatabase/create-branch-action@v3
24+
uses: neondatabase/create-branch-action@v4
2525
id: create_branch
2626
with:
2727
project_id: ${{ secrets.NEON_PROJECT_ID }}

0 commit comments

Comments
 (0)