diff --git a/.github/workflows/project-new-issue.yml b/.github/workflows/project-new-issue.yml index 1d8b97c0..dd054fd3 100644 --- a/.github/workflows/project-new-issue.yml +++ b/.github/workflows/project-new-issue.yml @@ -9,7 +9,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@0.4.1 + - uses: actions/add-to-project@v0.4.1 with: project-url: https://github.com/orgs/webrecorder/projects/9 github-token: ${{ secrets.GHPROJECT_TOKEN }}