From a489f93b42029e5c9c11490b6f2d97d8506a0293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:11:27 +0000 Subject: [PATCH] build(deps): 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/0ef95ea50ab6c03f2f095a5102bbdecad8fd7602...e5aea3b8b3478fc5b76befda4390513868ed2dc8) --- 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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6b8dee..0a627bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -181,4 +181,4 @@ jobs: # This updates the documentation on pkg.go.dev and the latest version available via the Go module proxy - name: Pull new module version if: startsWith(github.ref, 'refs/tags/') - uses: andrewslotin/go-proxy-pull-action@0ef95ea50ab6c03f2f095a5102bbdecad8fd7602 # v1.3.0 https://github.com/andrewslotin/go-proxy-pull-action/releases/tag/v1.3.0 + uses: andrewslotin/go-proxy-pull-action@e5aea3b8b3478fc5b76befda4390513868ed2dc8 # v1.4.0 https://github.com/andrewslotin/go-proxy-pull-action/releases/tag/v1.4.0