Skip to content

Commit 91d1aac

Browse files
Update actions/checkout action to v6 (#940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf059cc commit 91d1aac

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
comment:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
ref: master
1818
- name: Label Commenter

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
linter:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Use Node.js
1111
uses: actions/setup-node@v6
1212
- name: Install Dependencies

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Use Node.js
1717
uses: actions/setup-node@v6
1818
with:

.github/workflows/tester.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
fail-fast: false
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
repository: hexojs/hexo-starter
1616
- name: Use Node.js
@@ -19,10 +19,10 @@ jobs:
1919
run: npm install
2020
- name: Install hexo-tag-embed
2121
run: npm install hexo-tag-embed
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
path: themes/next
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
repository: hexojs/hexo-many-posts
2828
path: source/_posts/hexo-many-posts

0 commit comments

Comments
 (0)