From 8a119183a70ea7c4ff496c6cb1f8d5e8dad322e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:23:14 +0000 Subject: [PATCH] chore: bump Eun/go-mod-details from 1.0.6 to 1.0.7 (#88) Bumps [Eun/go-mod-details](https://github.com/eun/go-mod-details) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/eun/go-mod-details/releases) - [Commits](https://github.com/eun/go-mod-details/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: Eun/go-mod-details dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7554576..f08cd95 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4.2.2 - name: Get go.mod details - uses: Eun/go-mod-details@v1.0.6 + uses: Eun/go-mod-details@v1.0.7 id: go-mod-details - name: Install Go uses: actions/setup-go@v5 @@ -48,7 +48,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4.2.2 - name: Get go.mod details - uses: Eun/go-mod-details@v1.0.6 + uses: Eun/go-mod-details@v1.0.7 id: go-mod-details - name: Install Go uses: actions/setup-go@v5