diff --git a/.github/workflows/issue-automation.yml b/.github/workflows/issue-automation.yml index 606e28c..3781e67 100644 --- a/.github/workflows/issue-automation.yml +++ b/.github/workflows/issue-automation.yml @@ -11,7 +11,7 @@ jobs: name: Add issue to "On Call" runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.3.0 + - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/sourcery-ai/projects/3 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}