From 52ab9f54d69b5f53700fa252195c8f5257d4d6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:13:04 +0000 Subject: [PATCH] Bump actions/add-to-project from 1.0.1 to 2.0.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 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.1...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-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 4d537a4..e506b71 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -14,7 +14,7 @@ jobs: with: app-id: ${{ secrets.BUFBUILD_EXPORT_APP_ID }} private-key: ${{ secrets.BUFBUILD_EXPORT_APP_KEY }} - - uses: actions/add-to-project@v1.0.1 + - uses: actions/add-to-project@v2.0.0 with: project-url: https://github.com/orgs/bufbuild/projects/22 github-token: ${{ steps.app_token.outputs.token }}