From fb5b0a687039b736b83ab54f28187ad75caf63a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:45:46 +0000 Subject: [PATCH] chore(deps): bump actions/add-to-project from 0.0.3 to 0.0.4 (#11636) Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index ac736350e95f..62e58b01091c 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -23,7 +23,7 @@ jobs: name: Add issue to Design System project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.0.3 + - uses: actions/add-to-project@v0.0.4 with: project-url: https://github.com/orgs/carbon-design-system/projects/39 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}