diff --git a/.github/workflows/add-dependabot-pr-to-project.yml b/.github/workflows/add-dependabot-pr-to-project.yml index 7fac9886..463aae82 100644 --- a/.github/workflows/add-dependabot-pr-to-project.yml +++ b/.github/workflows/add-dependabot-pr-to-project.yml @@ -15,7 +15,7 @@ jobs: name: Add to Compute Foundation Project Board runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.0 + - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/github/projects/5753/ # Compute Foundation Project Board github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}