diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbdce64..1b3b150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: steps: - name: Checkout app - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: pdf_tech - name: Checkout files_tech_core (path dependency) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: gitubpatrice/files_tech_core path: files_tech_core