From d692d9c6eea34abce284b58389692d76012b2767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 00:20:57 +0000 Subject: [PATCH] Update dev-hato/actions-add-to-projects action to v0.0.56 --- .github/workflows/add-to-task-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-task-list.yml b/.github/workflows/add-to-task-list.yml index a48ee4caf..b31303194 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == github.event.pull_request.head.repo.full_name steps: - - uses: dev-hato/actions-add-to-projects@v0.0.55 + - uses: dev-hato/actions-add-to-projects@v0.0.56 with: github_app_id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} github_app_private_key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}