diff --git a/.github/workflows/ci-server.yaml b/.github/workflows/ci-server.yaml index 78887b6..b25c2d0 100644 --- a/.github/workflows/ci-server.yaml +++ b/.github/workflows/ci-server.yaml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 1 - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 1 - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 1 - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 1 - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true @@ -82,7 +82,7 @@ jobs: with: fetch-depth: 1 - name: Setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true