aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-08 12:18:41 +0000
committerGitHub <noreply@github.com>2024-02-08 12:18:41 +0000
commitf3774474fb0e1ea441388f7ec421f5237eef0f64 (patch)
tree34b2cd1219eab3a3c08160e03de751a9877ad364 /.github
parent7395112bbd49ac5cf53c6d23f82e27a8716db948 (diff)
Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 (#658)
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/44888193675f29a83e04faf4002fa8c0b537b1e4...f0939ea97e9205ef24d872e76833fa908a770363) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-approve-run.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-approve-run.yml b/.github/workflows/auto-approve-run.yml
index b219a7ce..e57f8388 100644
--- a/.github/workflows/auto-approve-run.yml
+++ b/.github/workflows/auto-approve-run.yml
@@ -24,7 +24,7 @@ jobs:
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # v1.1.7
with:
path: ./pr_num/pr_num.txt
- - uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1
+ - uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
with:
pull-request-number: ${{ steps.pr_num_reader.outputs.content }}
github-token: ${{ secrets.THEMOEWAY_BOT_PAT }}