From ff06d1885de6c28d55c615643e89c15c8e9a9717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:21:13 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a32f081..d5bf710 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,16 +16,16 @@ jobs: new_release_git_tag: ${{ steps.release.outputs.new_release_git_tag }} steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod - name: Release id: release - uses: cycjimmy/semantic-release-action@v4.2.2 + uses: cycjimmy/semantic-release-action@16ca923e6ccbb50770c415a0ccd43709a8c5f7a4 # v4.2.2 with: semantic_version: 24.0.0 extra_plugins: |