From 74bb47a1286b497fb183c9a810ecf70eafa1a0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:39:24 -0700 Subject: [PATCH] build(deps): bump danhellem/github-actions-issue-to-work-item (#1058) Bumps [danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item) from 2.2 to 2.3. - [Release notes](https://github.com/danhellem/github-actions-issue-to-work-item/releases) - [Commits](https://github.com/danhellem/github-actions-issue-to-work-item/compare/3072da42abf94ebe4c7778c57fb4af06db341c72...e077ff031c704672afb932c8718370df12b90f08) --- updated-dependencies: - dependency-name: danhellem/github-actions-issue-to-work-item dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Coby Allred --- .github/workflows/sync-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-issues.yml b/.github/workflows/sync-issues.yml index 50b7c7d31..744241011 100644 --- a/.github/workflows/sync-issues.yml +++ b/.github/workflows/sync-issues.yml @@ -16,7 +16,7 @@ jobs: permissions: issues: write steps: - - uses: danhellem/github-actions-issue-to-work-item@3072da42abf94ebe4c7778c57fb4af06db341c72 # v2.2 + - uses: danhellem/github-actions-issue-to-work-item@e077ff031c704672afb932c8718370df12b90f08 # v2.3 env: ado_token: "${{ secrets.ADO_ISSUE_SYNC_TOKEN }}" # Work items write permissions github_token: "${{ secrets.GITHUB_TOKEN }}"