diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f03b62..e110b5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v3.1.0 - name: Download dependencies run: go get -t ./...