diff --git a/.github/workflows/update-docs-and-licenses.yml b/.github/workflows/update-docs-and-licenses.yml index 30578b1e..d8801008 100644 --- a/.github/workflows/update-docs-and-licenses.yml +++ b/.github/workflows/update-docs-and-licenses.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.24.2'