diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3a1c0c..f3bc7a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 -