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 bf126af commit 4c11bd5Copy full SHA for 4c11bd5
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
23
- name: Setup Node
24
uses: actions/setup-node@v4
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
# Fetch the built HTML from the build job
65
- name: Download HTML artifact
.github/workflows/check.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
uses: actions/setup-python@v5
0 commit comments