diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a4e199c6..2bb2f2ff 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,7 @@ jobs: run: go version - name: Check out code into the Go module directory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: Get dependencies run: go get -v -t -d ./... diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index adae56c7..cf3a29ea 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: Get dependencies run: go get -v -t -d ./...