From 35ee0cb5832da23bd5c755c01f298722177c6af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:58:31 +0000 Subject: [PATCH] Bump actions/setup-go from 5.2.0 to 5.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.2.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 98c9d60..141de73 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.5.0 with: go-version: '1.25.0' # Pin to specific Go version for reproducible builds diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index b9c91a4..7d4a104 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5.2.0 + uses: actions/setup-go@v5.5.0 with: go-version: '1.25.0'