diff --git a/.github/workflows/build-electron.yml b/.github/workflows/build-electron.yml index f14aabb..97c0b8b 100644 --- a/.github/workflows/build-electron.yml +++ b/.github/workflows/build-electron.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19d06cd..2c9402f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: - name: Checkout code if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} @@ -125,7 +125,7 @@ jobs: - name: Checkout code if: ${{ env.DEPLOY_ENABLED == 'true' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download build artifacts if: ${{ env.DEPLOY_ENABLED == 'true' }} diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index af308e4..c514782 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Display CI/CD Configuration shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83b2b86..1c0f8df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download all artifacts uses: actions/download-artifact@v8 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbccd64..3051b8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0