diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3348b5f..b8fbb05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 1 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Install dependencies diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 90b9f66..bb1f61f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 1 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: go.mod - name: Install dependencies