From cd296b3724fbfb9ec1fb985d17c3d737481626cf Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Thu, 17 Oct 2024 17:37:18 +0100 Subject: [PATCH] Use v1 tag --- .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 72c7c049..7c5a16f8 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -15,7 +15,7 @@ jobs: python-version: "3.11" install-just: true - - uses: opensafely-core/update-dependencies-action@main + - uses: opensafely-core/update-dependencies-action@v1 with: token: ${{ secrets.CREATE_PR_TOKEN }} update_command: "just compile-reqs -U"