From 7f947733020ee03daa363d16ea1223717b132f11 Mon Sep 17 00:00:00 2001 From: leonsteinhaeuser Date: Sat, 24 Sep 2022 13:57:47 +0200 Subject: [PATCH] enhancement: bump CI version to v2.0.1 --- .github/workflows/project_automations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project_automations.yml b/.github/workflows/project_automations.yml index 6ebf9b9..29a788f 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.0 + uses: leonsteinhaeuser/project-beta-automations@v2.0.1 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.0 + uses: leonsteinhaeuser/project-beta-automations@v2.0.1 with: gh_token: ${{ secrets.PROJECT_PERMISSIONS_TOKEN }} user: leonsteinhaeuser