build(deps): bump actions/add-to-project from 0.5.0 to 0.6.0

Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 21:33:20 +00:00 committed by Sergio Gasquez Arcos
parent df2898d295
commit d6d939de55

View File

@ -10,7 +10,7 @@ jobs:
name: Add issue to project name: Add issue to project
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/add-to-project@v0.5.0 - uses: actions/add-to-project@v0.6.0
with: with:
project-url: https://github.com/orgs/esp-rs/projects/2 project-url: https://github.com/orgs/esp-rs/projects/2
github-token: ${{ secrets.PAT }} github-token: ${{ secrets.PAT }}