Update actions/checkout action to v3 (#476)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-31 21:58:55 +08:00 committed by GitHub
parent c96380e6b4
commit dc7cb39ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: master
- name: Label Commenter

View File

@ -6,7 +6,7 @@ jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install Dependencies

View File

@ -10,17 +10,17 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: hexojs/hexo-starter
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm install
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: themes/next
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: SukkaLab/hexo-many-posts
path: source/_posts/hexo-many-posts