From 992129854a16bf471186195bc48b3c806cdadaa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:59:04 +0000 Subject: [PATCH] [github-actions] Bump jwalton/gh-find-current-pr Bumps the gh-actions-minor group with 1 update: [jwalton/gh-find-current-pr](https://github.com/jwalton/gh-find-current-pr). Updates `jwalton/gh-find-current-pr` from 1.3.3 to 1.3.5 - [Release notes](https://github.com/jwalton/gh-find-current-pr/releases) - [Commits](https://github.com/jwalton/gh-find-current-pr/compare/v1.3.3...v1.3.5) --- updated-dependencies: - dependency-name: jwalton/gh-find-current-pr dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-dependent-repositories-gomod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependent-repositories-gomod.yaml b/.github/workflows/update-dependent-repositories-gomod.yaml index 8515da6..2064b3f 100644 --- a/.github/workflows/update-dependent-repositories-gomod.yaml +++ b/.github/workflows/update-dependent-repositories-gomod.yaml @@ -20,7 +20,7 @@ jobs: repository: ${{ github.repository }} token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} - name: Find merged PR - uses: jwalton/gh-find-current-pr@v1.3.3 + uses: jwalton/gh-find-current-pr@v1.3.5 id: findPr with: sha: ${{ github.sha }}