From b48c47f5480a9a954d5725394be8c5fed3763266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:55:36 +0000 Subject: [PATCH 1/2] build(deps): bump actions/add-to-project Bumps the actions group in /.github/workflows with 1 update: [actions/add-to-project](https://github.com/actions/add-to-project). Updates `actions/add-to-project` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.2...v2.0.0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/add-help-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-help-wanted.yml b/.github/workflows/add-help-wanted.yml index efeb7e24..6baf2811 100644 --- a/.github/workflows/add-help-wanted.yml +++ b/.github/workflows/add-help-wanted.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Add issue to project id: add-to-project - uses: actions/add-to-project@v1.0.2 + uses: actions/add-to-project@v2.0.0 with: project-url: https://github.com/orgs/pyOpenSci/projects/3 # This is a organization level token so it can be used across all repos in our org From f79235d8c3c3e3fdedb0395f12fe142a0d6db59b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 12 May 2026 08:20:17 -0700 Subject: [PATCH 2/2] Update .github/workflows/add-help-wanted.yml --- .github/workflows/add-help-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-help-wanted.yml b/.github/workflows/add-help-wanted.yml index 6baf2811..c58eb64b 100644 --- a/.github/workflows/add-help-wanted.yml +++ b/.github/workflows/add-help-wanted.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Add issue to project id: add-to-project - uses: actions/add-to-project@v2.0.0 + uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: https://github.com/orgs/pyOpenSci/projects/3 # This is a organization level token so it can be used across all repos in our org