diff --git a/.github/workflows/label-add-to-project.yml b/.github/workflows/label-add-to-project.yml index 293779c..5c22346 100644 --- a/.github/workflows/label-add-to-project.yml +++ b/.github/workflows/label-add-to-project.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Add issue/PR to GitHub Project if: github.event.label.name == '${{ matrix.flag }}' - uses: actions/add-to-project@v1.0.2 + uses: actions/add-to-project@v2.0.0 with: project-url: https://github.com/orgs/lando/projects/10 github-token: ${{ secrets.SHADOW_COUNCIL_ESCALATOR }}