diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 21a9b43..4c641af 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -17,7 +17,7 @@ jobs: container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: CSpell English run: task spell-check build: @@ -26,7 +26,7 @@ jobs: container: ghcr.io/cn-docker/hugo:v0.163.2 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Build with Hugo diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 8c5f215..bc6d144 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -21,7 +21,7 @@ jobs: container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: CSpell English run: task spell-check build: @@ -30,7 +30,7 @@ jobs: container: ghcr.io/cn-docker/hugo:v0.163.2 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Build with Hugo @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Download the built site @@ -73,7 +73,7 @@ jobs: container: ghcr.io/cn-docker/hugo:v0.163.2 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Download the built site diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 92d3b9a..0c025d7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: container: ghcr.io/cn-docker/cspell:10.0.1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: CSpell run: task spell-check build: @@ -22,7 +22,7 @@ jobs: ENV: development steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Build with Hugo