From f49daf10ca401f006887569ce6fd5f6098b7e542 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:14:08 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.6.1 --- .github/workflows/reusable-add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-add-to-project.yml b/.github/workflows/reusable-add-to-project.yml index 37cab11..d766fcf 100644 --- a/.github/workflows/reusable-add-to-project.yml +++ b/.github/workflows/reusable-add-to-project.yml @@ -74,14 +74,14 @@ jobs: - name: Add to Project if: github.event == 'workflow_call' - uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0 + uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 with: project-url: ${{ inputs.project-url }} github-token: ${{ secrets.github-token }} - name: Add to Project if: github.event != 'workflow_call' && github.actor == 'dependabot[bot]' - uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0 + uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 with: project-url: ${{ env.PROJECT_URL }} github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}