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 49fd1af commit 0627cd4Copy full SHA for 0627cd4
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
22
23
- name: Setup Node
24
uses: actions/setup-node@v6
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
# Fetch the built HTML from the build job
72
- name: Download HTML artifact
.github/workflows/check.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
uses: actions/setup-python@v6
0 commit comments