diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 506b320..27b7c3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download dependencies run: go mod download - name: Cache modules