diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 98ec603..0958a44 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: src/go.mod diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 65abe51..9750281 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -158,7 +158,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: src/go.mod - name: Install Hugo