From 8c4d968a509c626688151441748b5f02a3b16181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:47:10 +0000 Subject: [PATCH] Bump hmarr/auto-approve-action from 3 to 4 Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v3...v4) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency.yml b/.github/workflows/dependency.yml index 233b1912..774850df 100644 --- a/.github/workflows/dependency.yml +++ b/.github/workflows/dependency.yml @@ -17,4 +17,4 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Automatically approve the PR - uses: hmarr/auto-approve-action@v3 \ No newline at end of file + uses: hmarr/auto-approve-action@v4 \ No newline at end of file