diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55c2fe5..4ea8b00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: GOBIN: ./bin steps: - name: Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: '0' - name: Install Go 1.17