diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ff20de52..148adfa6 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.3.5 + uses: actions/checkout@v2.4.0 - name: Get dependencies run: go get -v -t -d ./... diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bf323a69..055ba3c1 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.3.5 + uses: actions/checkout@v2.4.0 - name: Get dependencies run: go get -v -t -d ./...