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.
2 parents e8fea7f + b4e7e5d commit ca1d006Copy full SHA for ca1d006
.github/workflows/lint.yml
@@ -5,7 +5,7 @@ jobs:
5
tsc:
6
runs-on: ubuntu-24.04
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
9
with:
10
fetch-depth: 1
11
- name: Extract node version
.github/workflows/publish_gh_pages.yml
@@ -12,7 +12,7 @@ jobs:
12
publish_gh_pages:
13
runs-on: ubuntu-latest
14
15
16
17
18
- name: Use Node.js
0 commit comments