From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:17:52 +0000 (+0200) Subject: ⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0 (#15490) X-Git-Tag: 0.136.2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6939bf8bb75f200567285d3a2f321c1a72a8c8b4;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0 (#15490) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 01a0824449..318c3c2fb0 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -14,7 +14,7 @@ jobs: name: Add to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: https://github.com/orgs/fastapi/projects/2 github-token: ${{ secrets.PROJECTS_TOKEN }} # zizmor: ignore[secrets-outside-env]