From 9d2e7da266d5e0fe8c360a3684158e1fa19d03de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 00:46:40 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.3.0 (#163) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 0d3cbcc..7c0d2b8 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -14,7 +14,7 @@ jobs: app_id: ${{ secrets.TOKENS_APP_ID }} private_key: ${{ secrets.TOKENS_PRIVATE_KEY }} - name: Add issue to Project - uses: actions/add-to-project@v0.1.0 + uses: actions/add-to-project@v0.3.0 with: project-url: https://github.com/orgs/netlify/projects/199 github-token: ${{ steps.generate_token.outputs.token }}