Skip to content

Commit 13e04b3

Browse files
committed
CI: Upgrade GitHub Actions
* Bump actions/checkout@v3 to v4 * Bump actions/setup-node@v3 to v4 * Bump peaceiris/actions-hugo@v2 to v3
1 parent 86f1b19 commit 13e04b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- '20.x'
2020

2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: actions/setup-node@v3
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626

@@ -49,11 +49,11 @@ jobs:
4949
fail-fast: true
5050

5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353

5454
# https://github.com/peaceiris/actions-hugo (community action)
5555
- name: Run Hugo ${{ matrix.hugo }}
56-
uses: peaceiris/actions-hugo@v2
56+
uses: peaceiris/actions-hugo@v3
5757
with:
5858
hugo-version: ${{ matrix.hugo }}
5959
# extended: true

0 commit comments

Comments
 (0)