diff --git a/.github/workflows/pull-request-assigned.yml b/.github/workflows/pull-request-assigned.yml index 94e4338ab1..544fc79739 100644 --- a/.github/workflows/pull-request-assigned.yml +++ b/.github/workflows/pull-request-assigned.yml @@ -19,7 +19,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: In progress diff --git a/.github/workflows/pull-request-drafts.yml b/.github/workflows/pull-request-drafts.yml index d01ff3f971..44f11e1805 100644 --- a/.github/workflows/pull-request-drafts.yml +++ b/.github/workflows/pull-request-drafts.yml @@ -19,7 +19,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: Drafts diff --git a/.github/workflows/pull-request-opened.yml b/.github/workflows/pull-request-opened.yml index 6ad1477865..3a1eeb4711 100644 --- a/.github/workflows/pull-request-opened.yml +++ b/.github/workflows/pull-request-opened.yml @@ -21,7 +21,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.2 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: project: Reviews column: Triage