From 04d7d5c55a54a5c24fa8083f53d664aea877162e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:17:55 -0500 Subject: [PATCH] Bump leonsteinhaeuser/project-beta-automations from 1.2.0 to 2.2.1 (#1898) Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.0 to 2.2.1. - [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases) - [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.0...v2.2.1) --- updated-dependencies: - dependency-name: leonsteinhaeuser/project-beta-automations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/projects-automation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/projects-automation.yml b/.github/workflows/projects-automation.yml index 4efcab27..0386aa43 100644 --- a/.github/workflows/projects-automation.yml +++ b/.github/workflows/projects-automation.yml @@ -32,7 +32,7 @@ jobs: if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'reopened') steps: - name: 'Move issue to ${{ env.status_todo }}' - uses: leonsteinhaeuser/project-beta-automations@v1.2.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 env: DEBUG_LOG: "true" with: @@ -50,7 +50,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'closed' steps: - name: Moved issue to ${{ env.status_done }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 env: DEBUG_LOG: "true" with: @@ -68,7 +68,7 @@ jobs: if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened') steps: - name: 'Move PR to ${{ env.status_in_progress }}' - uses: leonsteinhaeuser/project-beta-automations@v1.2.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 env: DEBUG_LOG: "true" with: @@ -86,7 +86,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.action == 'closed' steps: - name: Move PR to ${{ env.status_done }} - uses: leonsteinhaeuser/project-beta-automations@v1.2.0 + uses: leonsteinhaeuser/project-beta-automations@v2.2.1 env: DEBUG_LOG: "true" with: