From 7bdfabe21f424f2c5279eb1f0fde547cccb69070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:50:15 +0000 Subject: [PATCH] Bump andrewslotin/go-proxy-pull-action from 1.3.0 to 1.4.0 Bumps [andrewslotin/go-proxy-pull-action](https://github.com/andrewslotin/go-proxy-pull-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/andrewslotin/go-proxy-pull-action/releases) - [Commits](https://github.com/andrewslotin/go-proxy-pull-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: andrewslotin/go-proxy-pull-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-proxy-pull.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-proxy-pull.yaml b/.github/workflows/go-proxy-pull.yaml index 63633ae..12850ec 100644 --- a/.github/workflows/go-proxy-pull.yaml +++ b/.github/workflows/go-proxy-pull.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Pull new module version - uses: andrewslotin/go-proxy-pull-action@v1.3.0 + uses: andrewslotin/go-proxy-pull-action@v1.4.0 with: import_path: github.com/${{ github.repository }}