From d651967f0aef04fb11cc7aab234e1f745ffe70df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:54:55 +0000 Subject: [PATCH] chore(deps): bump the actions-infrastructure group across 1 directory with 2 updates Bumps the actions-infrastructure group with 2 updates in the / directory: [actions/add-to-project](https://github.com/actions/add-to-project) and [actions/setup-python](https://github.com/actions/setup-python). 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) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- 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 - dependency-name: actions/setup-python dependency-version: '7' 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 +- .github/workflows/checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-community-meeting-project.yml b/.github/workflows/add-to-community-meeting-project.yml index 5d84129..38d8523 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 }} diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index efaf16f..fd887ea 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 - name: Install tox run: | python -m pip install --upgrade pip