We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa963c6 commit 02421fcCopy full SHA for 02421fc
.github/workflows/linter.yml
@@ -6,7 +6,7 @@ jobs:
6
linter:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
10
- name: Use Node.js
11
uses: actions/setup-node@v6
12
- name: Install Dependencies
.github/workflows/tester.yml
@@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
13
14
with:
15
repository: hexojs/hexo-starter
16
0 commit comments