We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9773 commit 87acccdCopy full SHA for 87acccd
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout repo
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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