From 386288f0b96887c783392edd94e5d3a4f83f740f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:23:31 +0000 Subject: [PATCH] chore: bump Eun/go-mod-details from 1.0.6 to 1.0.7 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] --- .github/workflows/push.yml | 4 ++-- .github/workflows/release_published.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7b9d05d..37d4ad7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: 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 @@ -63,7 +63,7 @@ jobs: 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 diff --git a/.github/workflows/release_published.yml b/.github/workflows/release_published.yml index d00b3d0..f8ec709 100644 --- a/.github/workflows/release_published.yml +++ b/.github/workflows/release_published.yml @@ -13,7 +13,7 @@ jobs: 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