diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 93d7659..cac1570 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get latest go version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a1c8f2..2cb57d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get latest go version