From 197450e14df29392b0aec1740ecd90e701ba3979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:04:41 +0000 Subject: [PATCH] chore(deps): Bump actions/add-to-project Bumps the actions-infrastructure group 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-infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-community-meeting-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-community-meeting-project.yml b/.github/workflows/add-to-community-meeting-project.yml index 5d84129ff..38d852312 100644 --- a/.github/workflows/add-to-community-meeting-project.yml +++ b/.github/workflows/add-to-community-meeting-project.yml @@ -15,7 +15,7 @@ jobs: if: github.event.label.name == 'community-meeting' steps: - name: 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/bids-standard/projects/23 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}