From ce2fd09b3c826ddd6273aabcf96b72f773f5e626 Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Thu, 16 Jan 2025 14:56:44 +0000 Subject: [PATCH] Update update-dependencies-action GH org --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index ffa051974..2424ec435 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -21,6 +21,6 @@ jobs: app-id: 1031449 # opensafely-core Create PR app private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }} - - uses: opensafely-core/update-dependencies-action@v1 + - uses: bennettoxford/update-dependencies-action@v1 with: token: ${{ steps.generate-token.outputs.token }}