From dcf470dde708f70a82b1e6a69888dc18e2181737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 23:22:28 +0000 Subject: [PATCH] Bump typisttech/create-auto-merged-pull-request-action Bumps [typisttech/create-auto-merged-pull-request-action](https://github.com/typisttech/create-auto-merged-pull-request-action) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/typisttech/create-auto-merged-pull-request-action/releases) - [Commits](https://github.com/typisttech/create-auto-merged-pull-request-action/compare/d21095afcd351570a2cb2b794301c65f26decfa6...22b38db196d8c7945e1580e3b10a92651fb73b07) --- updated-dependencies: - dependency-name: typisttech/create-auto-merged-pull-request-action dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index e18811f..f7e8a30 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -36,7 +36,7 @@ jobs: - run: ./bin/generate-data - run: ./bin/generate-test-data - - uses: typisttech/create-auto-merged-pull-request-action@d21095afcd351570a2cb2b794301c65f26decfa6 # v0.2.2 + - uses: typisttech/create-auto-merged-pull-request-action@22b38db196d8c7945e1580e3b10a92651fb73b07 # v0.2.4 with: client-id: ${{ vars.TASTENDRUCK_CLIENT_ID }} private-key: ${{ secrets.TASTENDRUCK_PRIVATE_KEY }}