Skip to content

Commit ac888ca

Browse files
Update actions/checkout action to v7 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e944f33 commit ac888ca

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container: ghcr.io/cn-docker/cspell:10.0.1
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: CSpell English
2222
run: task spell-check
2323
build:
@@ -26,7 +26,7 @@ jobs:
2626
container: ghcr.io/cn-docker/hugo:v0.163.2
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
submodules: recursive
3232
- name: Build with Hugo

.github/workflows/deploy-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container: ghcr.io/cn-docker/cspell:10.0.1
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
- name: CSpell English
2626
run: task spell-check
2727
build:
@@ -30,7 +30,7 @@ jobs:
3030
container: ghcr.io/cn-docker/hugo:v0.163.2
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434
with:
3535
submodules: recursive
3636
- name: Build with Hugo
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
submodules: recursive
5353
- name: Download the built site
@@ -73,7 +73,7 @@ jobs:
7373
container: ghcr.io/cn-docker/hugo:v0.163.2
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v6
76+
uses: actions/checkout@v7
7777
with:
7878
submodules: recursive
7979
- name: Download the built site

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container: ghcr.io/cn-docker/cspell:10.0.1
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: CSpell
1616
run: task spell-check
1717
build:
@@ -22,7 +22,7 @@ jobs:
2222
ENV: development
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
submodules: recursive
2828
- name: Build with Hugo

0 commit comments

Comments
 (0)