We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc27ab commit 7ac7d06Copy full SHA for 7ac7d06
.github/workflows/verify-jupyter.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install poetry
20
poetry build
21
- name: Set up Node.js
22
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
23
with:
24
node-version: "22"
25
- name: Install dependencies
.github/workflows/verify-streamlit.yml
0 commit comments