From af3f7c6bb1be1bddc8251066c3a4bf403fd52aee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:51:33 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/bump-blog-updated.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/typos.yml | 2 +- .github/workflows/update-org-readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-blog-updated.yml b/.github/workflows/bump-blog-updated.yml index fcd6908ab..d67352703 100644 --- a/.github/workflows/bump-blog-updated.yml +++ b/.github/workflows/bump-blog-updated.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 24.x - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 017d9127a..ebee6e186 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v6 with: node-version: 24.x - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 filter: blob:none diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index d157186ef..d5590d9b5 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -25,6 +25,6 @@ jobs: with: node-version: 24.x - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check for Typos uses: crate-ci/typos@v1.47.2 diff --git a/.github/workflows/update-org-readme.yml b/.github/workflows/update-org-readme.yml index 81b44b70d..dbcb76ffa 100644 --- a/.github/workflows/update-org-readme.yml +++ b/.github/workflows/update-org-readme.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 24.x - name: Checkout website repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Bun uses: oven-sh/setup-bun@v2