diff --git a/.github/workflows/auto-label-copilot-review.yml b/.github/workflows/auto-label-copilot-review.yml index b358b1f..901ef24 100644 --- a/.github/workflows/auto-label-copilot-review.yml +++ b/.github/workflows/auto-label-copilot-review.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 4bdb236..b03edfd 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 1743cff..a61921f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index e24b5ea..c27a3cd 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -44,7 +44,7 @@ jobs: script: geeto:build:windows steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1 @@ -71,7 +71,7 @@ jobs: needs: build-binaries steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1 diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index bf62a4b..42fe2f2 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 7c7bfa4..c2a6a6c 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v1