diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index e1acd7b..28eab06 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -15,7 +15,7 @@ jobs: python-version: "3.12" install-just: true - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.CREATE_PR_APP_ID }}