Update actions/checkout action to v4 (#697)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-02 23:54:31 +08:00 committed by GitHub
parent 46dbcd36d5
commit 2a8b79bc5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v2

View File

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

View File

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

View File

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