diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index de6cfc7..30131aa 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup golang ${{ env.GOLANG_VERSION }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod cache-dependency-path: go.sum