diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index c88c6c5..f88ae2d 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -37,7 +37,7 @@ jobs: hugo-version: '${{ HUGO_VERSION }}' - name: Setup Go - uses: https://github.com/actions/setup-go@v4 + uses: https://github.com/actions/setup-go@v5 with: go-version: '${{ GO_VERSION }}'