From ee5c44339a1531e588f3a8bb6e5f4b9b967a8bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:03:08 +0000 Subject: [PATCH] Bump actions/add-to-project from 1.0.2 to 2.0.0 Bumps [actions/add-to-project](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/add_issues_to_major_project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issues_to_major_project.yaml b/.github/workflows/add_issues_to_major_project.yaml index d8301db..57817e4 100644 --- a/.github/workflows/add_issues_to_major_project.yaml +++ b/.github/workflows/add_issues_to_major_project.yaml @@ -14,7 +14,7 @@ jobs: # Specifies the environment where the job will run. In this case, it uses the latest Ubuntu runner. steps: - - uses: actions/add-to-project@v1.0.2 + - uses: actions/add-to-project@v2.0.0 # Uses the `actions/add-to-project` GitHub Action to add items to a GitHub project. # This action simplifies the process of adding issues or pull requests to a project board.