From 6273b5516fa0bec2181de96bf9ee915fa1b40637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:27:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/image-action-schedule.yml | 2 +- .github/workflows/image-actions-on-PR.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- .github/workflows/markdown-spellcheck.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2d1dd65..60aed33 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/image-action-schedule.yml b/.github/workflows/image-action-schedule.yml index b27d32f..2604dff 100644 --- a/.github/workflows/image-action-schedule.yml +++ b/.github/workflows/image-action-schedule.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/image-actions-on-PR.yml b/.github/workflows/image-actions-on-PR.yml index 1cec221..19b95ce 100644 --- a/.github/workflows/image-actions-on-PR.yml +++ b/.github/workflows/image-actions-on-PR.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Compress Images uses: calibreapp/image-actions@main diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 09b2e14..a1aa16d 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -9,7 +9,7 @@ jobs: name: Linting Markdown steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 name: Check out the code - name: Lint Code Base uses: docker://avtodev/markdown-lint:v1 diff --git a/.github/workflows/markdown-spellcheck.yml b/.github/workflows/markdown-spellcheck.yml index 5081a34..25aa505 100644 --- a/.github/workflows/markdown-spellcheck.yml +++ b/.github/workflows/markdown-spellcheck.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: Spell checking Markdown steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 name: Check out the code - uses: actions/setup-node@v3 name: Run spell check