From 0c04c45723fb395ab452307aaf067f584734e8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:28:51 +0000 Subject: [PATCH] chore(deps): bump fgrzl/actions from 0.0.3 to 0.0.5 Bumps [fgrzl/actions](https://github.com/fgrzl/actions) from 0.0.3 to 0.0.5. - [Release notes](https://github.com/fgrzl/actions/releases) - [Commits](https://github.com/fgrzl/actions/compare/v0.0.3...v0.0.5) --- updated-dependencies: - dependency-name: fgrzl/actions dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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