Browse Source

⬆ 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](244f685bbc...5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd)

---
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] <[email protected]>
pull/15490/head
dependabot[bot] 4 weeks ago
committed by GitHub
parent
commit
04cf0c18bd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/add-to-project.yml

2
.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]

Loading…
Cancel
Save