From 5905aca5fee931bc0fef530a49cba01e512a0d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:17:20 +0000 Subject: [PATCH] build(deps): bump dsanders11/project-actions from 2.0.0 to 2.0.1 Bumps [dsanders11/project-actions](https://github.com/dsanders11/project-actions) from 2.0.0 to 2.0.1. - [Commits](https://github.com/dsanders11/project-actions/compare/5767984408ccc6742f83acc8b8d8ea5e09f329af...4b06452b0128cf601dac14399aa668a8eed2d684) --- updated-dependencies: - dependency-name: dsanders11/project-actions dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 677d49a694..24be73b3ba 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -21,7 +21,7 @@ jobs: creds: ${{ secrets.ECOSYSTEM_ISSUE_TRIAGE_GH_APP_CREDS }} org: electron - name: Add to Project - uses: dsanders11/project-actions/add-item@5767984408ccc6742f83acc8b8d8ea5e09f329af # v2.0.0 + uses: dsanders11/project-actions/add-item@4b06452b0128cf601dac14399aa668a8eed2d684 # v2.0.1 with: field: Opened field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }}