diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5199cb7..5ae968e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '>=1.20'