diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index afd5f68..956da96 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 98ec94c..92e130e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v5 - name: Install dependencies run: npm ci diff --git a/.github/workflows/sync-submodule.yaml b/.github/workflows/sync-submodule.yaml index 40729af..dc8394e 100644 --- a/.github/workflows/sync-submodule.yaml +++ b/.github/workflows/sync-submodule.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true