Skip to content

Commit

Permalink
CI: upgrade checkout and setup-node actions
Browse files Browse the repository at this point in the history
* actions/checkout@v2 -> actions/checkout@v3
* actions/setup-node@v1 -> actions/setup-node@v3
  • Loading branch information
Vimux committed Feb 17, 2023
1 parent 99aa316 commit e9bce51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
- '14.x'

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# https://github.com/peaceiris/actions-hugo (community action)
- name: Run Hugo ${{ matrix.hugo }}
Expand Down

0 comments on commit e9bce51

Please sign in to comment.