diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index ecf4568..d214f4b 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Install make (Windows) if: runner.os == 'Windows' diff --git a/.github/workflows/nocgo.yml b/.github/workflows/nocgo.yml index 4a45382..76c068f 100644 --- a/.github/workflows/nocgo.yml +++ b/.github/workflows/nocgo.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Install make (Windows) if: runner.os == 'Windows'