From 5d680cbcde881a67e95323a163c31ba26716ea2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:18:45 +0000 Subject: [PATCH] Bump danhellem/github-actions-issue-to-work-item from 2.3 to 2.4 Bumps [danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item) from 2.3 to 2.4. - [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/e077ff031c704672afb932c8718370df12b90f08...45eb3b46e684f2acd2954f02ef70350c835ee4bb) --- 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] --- .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 744241011..e9d05de27 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@e077ff031c704672afb932c8718370df12b90f08 # v2.3 + - uses: danhellem/github-actions-issue-to-work-item@45eb3b46e684f2acd2954f02ef70350c835ee4bb # v2.4 env: ado_token: "${{ secrets.ADO_ISSUE_SYNC_TOKEN }}" # Work items write permissions github_token: "${{ secrets.GITHUB_TOKEN }}"