diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da32b6..210faa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: run: go test ./... -v -coverprofile=coverage.out - name: Workflow Cleanup - uses: fgrzl/actions/workflow-cleanup@v0.0.3 + uses: fgrzl/actions/workflow-cleanup@v0.0.5 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index c91fe03..1aeaa4f 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -27,14 +27,14 @@ jobs: uses: gittools/actions/gitversion/execute@v4.1.0 - name: Tag Commit - uses: fgrzl/actions/tag-commit@v0.0.3 + uses: fgrzl/actions/tag-commit@v0.0.5 with: tag: ${{ steps.version.outputs.semVer }} - name: Notify Go Proxy - uses: fgrzl/actions/notify-go-proxy@v0.0.3 + uses: fgrzl/actions/notify-go-proxy@v0.0.5 with: tag: ${{ steps.version.outputs.semVer }} - name: Prune Pre-release Tags - uses: fgrzl/actions/prune-tags@v0.0.3 + uses: fgrzl/actions/prune-tags@v0.0.5