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.
2 parents 792f4e5 + 3d515ea commit 93fd72dCopy full SHA for 93fd72d
.github/workflows/content_scan.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Install node.js.
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version-file: 'package.json'
23
@@ -32,7 +32,7 @@ jobs:
32
run: npm run cypress:gh
33
34
- name: cypress-artifacs
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
if: failure()
37
38
name: cypress-artifacts
.github/workflows/snyk.yml
- name: Setup Node.js
cache: 'npm'
0 commit comments