diff --git a/.github/workflows/add-dependabot-pr-to-project.yml b/.github/workflows/add-dependabot-pr-to-project.yml index 7fac988..463aae8 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 }}