From 3280ba3e2673e44e34becb851aaef55ccc465639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:53:36 +0000 Subject: [PATCH] Update Continuous Integration dependencies --- .github/workflows/github-workflows-hugo-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-workflows-hugo-build.yml b/.github/workflows/github-workflows-hugo-build.yml index 2dbac2e..1ca1fc2 100644 --- a/.github/workflows/github-workflows-hugo-build.yml +++ b/.github/workflows/github-workflows-hugo-build.yml @@ -349,7 +349,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ steps.version.outputs.VERSION }} name: SysOps Framework ${{ steps.version.outputs.VERSION }} @@ -405,7 +405,7 @@ jobs: continue-on-error: true - name: Spell check - uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # master + uses: crate-ci/typos@bc212b92c93b7d2c8acb5fcb114250694513595b # master with: files: "./content" continue-on-error: true