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 7b2a44a commit ac33cbcCopy full SHA for ac33cbc
.github/workflows/build_and_deploy_docs.yaml
@@ -30,7 +30,7 @@ jobs:
30
ref: ${{ github.event_name == 'workflow_call' && inputs.ref || github.ref }}
31
32
- name: Set up Node
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
34
with:
35
node-version: ${{ env.NODE_VERSION }}
36
.github/workflows/templates_e2e_tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v5
28
29
- name: Setup node
0 commit comments