diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d91b9ee5..00aff345 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.ACCESS_TOKEN }} repository: ${{ env.JOBS_ID != 1 && env.DOC || '' }} @@ -129,7 +129,7 @@ jobs: steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 id: check-out with: submodules: recursive