From 1e49c1a46e09c20026a1d17c7d768d66a6b643ce Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Thu, 16 Jan 2025 15:02:42 +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 9ffd83f..83686e7 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -21,7 +21,7 @@ jobs: app-id: ${{ vars.CREATE_PR_APP_ID }} 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 }} pr_title: "Update python dependencies"