From d1c1261558118c0876fdb2b57a649303925e5a70 Mon Sep 17 00:00:00 2001 From: leonsteinhaeuser Date: Thu, 23 Feb 2023 21:10:27 +0100 Subject: [PATCH] enhancement: bump action version to v2.1.0 --- .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 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