diff --git a/.github/workflows/add_to_triage_project.yml b/.github/workflows/add_to_triage_project.yml index e9a138b752..d13b5fd910 100644 --- a/.github/workflows/add_to_triage_project.yml +++ b/.github/workflows/add_to_triage_project.yml @@ -13,7 +13,7 @@ jobs: name: Add issue/PR to triage project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.3 + - uses: actions/add-to-project@v0.3.0 with: project-url: https://github.com/orgs/cypress-io/projects/9 github-token: ${{ secrets.GITHUB_TOKEN }}