diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml index 2d1c472..f86d5c1 100644 --- a/.github/workflows/project-automation.yml +++ b/.github/workflows/project-automation.yml @@ -10,7 +10,7 @@ jobs: name: Add item to GitHub project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.1 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/microsoft/projects/479 github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}