From 335f1badabaf8e3e03dee193703c4dc4df1377a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:08:48 +0000 Subject: [PATCH] Bump ldez/gha-mjolnir from 1.4.1 to 1.5.0 (#38549) Bumps [ldez/gha-mjolnir](https://github.com/ldez/gha-mjolnir) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/ldez/gha-mjolnir/releases) - [Changelog](https://github.com/ldez/gha-mjolnir/blob/main/.goreleaser.yml) - [Commits](https://github.com/ldez/gha-mjolnir/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: ldez/gha-mjolnir dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/close_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_issues.yml b/.github/workflows/close_issues.yml index aaa70a7f465b..10ef2d18cd1b 100644 --- a/.github/workflows/close_issues.yml +++ b/.github/workflows/close_issues.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Closes issues related to a merged pull request. - uses: ldez/gha-mjolnir@v1.4.1 + uses: ldez/gha-mjolnir@v1.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}