diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 39b1a3885..1afaceaf0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: stage: ["commit", "push"] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Agent doc lint (changed files) @@ -131,7 +131,7 @@ jobs: stage: ["manual"] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: pre-commit check-external-links @@ -192,12 +192,12 @@ jobs: contents: read steps: - name: Checkout template - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: "${{ secrets.PRIVATE_REPO_TOKEN }}" repository: "radxa-docs/docs-template" - name: Checkout contents - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: "contents" - name: Install dependencies