From a072dbd225e193ee5a44427a6ea04a0fd8f8da1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:38:05 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CDN-URL.yaml | 2 +- .../workflows/azure-static-web-apps-nice-glacier-095b09e00.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/text-lint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CDN-URL.yaml b/.github/workflows/CDN-URL.yaml index cb8ccf0..a137305 100644 --- a/.github/workflows/CDN-URL.yaml +++ b/.github/workflows/CDN-URL.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Find and Replace Release uses: jacobtomlinson/gha-find-replace@2.0.0 diff --git a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml index f026a89..de95478 100644 --- a/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml +++ b/.github/workflows/azure-static-web-apps-nice-glacier-095b09e00.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Build And Deploy diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f4854f1..7c66cbe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -37,7 +37,7 @@ jobs: wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive - name: Setup Pages diff --git a/.github/workflows/text-lint.yml b/.github/workflows/text-lint.yml index 0543530..f216857 100644 --- a/.github/workflows/text-lint.yml +++ b/.github/workflows/text-lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: huacnlee.autocorrect uses: huacnlee/autocorrect-action@v2.10.0