diff --git a/.github/workflows/project_automations.yml b/.github/workflows/project_automations.yml index 29a788f..93756f9 100644 --- a/.github/workflows/project_automations.yml +++ b/.github/workflows/project_automations.yml @@ -15,7 +15,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'opened' steps: - name: 'Move issue to Todo' - uses: leonsteinhaeuser/project-beta-automations@v2.0.1 + uses: leonsteinhaeuser/project-beta-automations@v2.1.0 with: gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }} user: leonsteinhaeuser @@ -29,7 +29,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action == 'opened' steps: - name: 'Move PR to "In Progress"' - uses: leonsteinhaeuser/project-beta-automations@v2.0.1 + uses: leonsteinhaeuser/project-beta-automations@v2.1.0 with: gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }} user: leonsteinhaeuser