From d621e2775a37e93aa3c2c8202033375cbacc7a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:37:22 -0400 Subject: [PATCH] Bump KittyCAD/ts-actions from 0.3.0 to 0.5.0 (#125) Bumps [KittyCAD/ts-actions](https://github.com/KittyCAD/ts-actions) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/KittyCAD/ts-actions/releases) - [Commits](https://github.com/KittyCAD/ts-actions/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: KittyCAD/ts-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/add-issues-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml index eec977b..4602775 100644 --- a/.github/workflows/add-issues-to-project.yml +++ b/.github/workflows/add-issues-to-project.yml @@ -7,7 +7,7 @@ jobs: createCard: runs-on: ubuntu-latest steps: - - uses: KittyCAD/ts-actions/add-issues-to-project@v0.3.0 + - uses: KittyCAD/ts-actions/add-issues-to-project@v0.5.0 with: token: ${{ secrets.GLOBAL_PAT }} issue-node: ${{ github.event.issue.node_id }}"