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