From 4a010d6437326d4e90af5bbf4af906b7e5c65b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:07:40 -0800 Subject: [PATCH] build(deps): bump dsanders11/project-actions from 1.0.1 to 1.2.0 (#3491) Bumps [dsanders11/project-actions](https://github.com/dsanders11/project-actions) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/dsanders11/project-actions/releases) - [Changelog](https://github.com/dsanders11/project-actions/blob/main/.releaserc.json) - [Commits](https://github.com/dsanders11/project-actions/compare/a24415515fa60a22f71f9d9d00e36ca82660cde9...82e99438bd44a14ad18d92d036dbc25cbfb9a8c4) --- updated-dependencies: - dependency-name: dsanders11/project-actions 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: David Sanders --- .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 6454f341f5..ad44091df6 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@a24415515fa60a22f71f9d9d00e36ca82660cde9 # v1.0.1 + uses: dsanders11/project-actions/add-item@82e99438bd44a14ad18d92d036dbc25cbfb9a8c4 # v1.2.0 with: field: Opened field-value: ${{ github.event.pull_request.created_at || github.event.issue.created_at }}