Skip to content

Commit d651967

Browse files
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](actions/add-to-project@v1.0.2...v2.0.0) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@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] <support@github.com>
1 parent 7f64783 commit d651967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/add-to-community-meeting-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.label.name == 'community-meeting'
1616
steps:
1717
- name: Add to project
18-
uses: actions/add-to-project@v1.0.2
18+
uses: actions/add-to-project@v2.0.0
1919
with:
2020
project-url: https://github.com/orgs/bids-standard/projects/23
2121
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v7
3333
- name: Set up Python
34-
uses: actions/setup-python@v6
34+
uses: actions/setup-python@v7
3535
- name: Install tox
3636
run: |
3737
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)