Skip to content

Commit 213ef9f

Browse files
authored
Merge branch 'main' into issue-78-matrices
2 parents aaccbc4 + 75f4e12 commit 213ef9f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
spell-checker:
1616
runs-on: ubuntu-latest
17-
container: ghcr.io/cn-docker/cspell:9.7.0
17+
container: ghcr.io/cn-docker/cspell:10.0.0
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v6
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
needs: spell-checker
2525
runs-on: ubuntu-latest
26-
container: ghcr.io/cn-docker/hugo:v0.159.1
26+
container: ghcr.io/cn-docker/hugo:v0.160.0
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v6

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
spell-checker:
2020
runs-on: ubuntu-latest
21-
container: ghcr.io/cn-docker/cspell:9.7.0
21+
container: ghcr.io/cn-docker/cspell:10.0.0
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v6
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
needs: spell-checker
2929
runs-on: ubuntu-latest
30-
container: ghcr.io/cn-docker/hugo:v0.159.1
30+
container: ghcr.io/cn-docker/hugo:v0.160.0
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v6
@@ -70,7 +70,7 @@ jobs:
7070
index-now:
7171
needs: publish
7272
runs-on: ubuntu-latest
73-
container: ghcr.io/cn-docker/hugo:v0.159.1
73+
container: ghcr.io/cn-docker/hugo:v0.160.0
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v6

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
spell-checker:
1010
runs-on: ubuntu-latest
11-
container: ghcr.io/cn-docker/cspell:9.7.0
11+
container: ghcr.io/cn-docker/cspell:10.0.0
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v6
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
needs: spell-checker
1919
runs-on: ubuntu-latest
20-
container: ghcr.io/cn-docker/hugo:v0.159.1
20+
container: ghcr.io/cn-docker/hugo:v0.160.0
2121
env:
2222
ENV: development
2323
steps:

0 commit comments

Comments
 (0)