From 2730b3763cc305f2e9b04d20607519db221fcd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:28:00 +0000 Subject: [PATCH] chore(deps): bump mongodb/apix-action from 13 to 14 Bumps [mongodb/apix-action](https://github.com/mongodb/apix-action) from 13 to 14. - [Release notes](https://github.com/mongodb/apix-action/releases) - [Commits](https://github.com/mongodb/apix-action/compare/v13...8549161120ce38b1e132ff833302a0ecbde58038) --- updated-dependencies: - dependency-name: mongodb/apix-action dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-approve.yml b/.github/workflows/dependabot-auto-approve.yml index dbe2ba1..dec946d 100644 --- a/.github/workflows/dependabot-auto-approve.yml +++ b/.github/workflows/dependabot-auto-approve.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Set Apix Bot token id: app-token - uses: mongodb/apix-action/token@6c3fde402c21942fa46cde003f190c2b23c59530 + uses: mongodb/apix-action/token@8549161120ce38b1e132ff833302a0ecbde58038 with: app-id: ${{ secrets.APIXBOT_APP_ID }} private-key: ${{ secrets.APIXBOT_APP_PEM }}