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 012283c commit dfa59ddCopy full SHA for dfa59dd
.github/workflows/check-vulns.yml
@@ -31,12 +31,12 @@ jobs:
31
with:
32
python-version: '3.9'
33
- name: Checkout current repository
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
- name: Installing pre-reqs
36
working-directory: ./dep_checker
37
run: pip install -r requirements.txt
38
- name: Checkout node.js repo
39
40
41
repository: nodejs/node
42
path: node
@@ -64,7 +64,7 @@ jobs:
64
matrix: ${{ fromJson(needs.check-vulns.outputs.matrix) }}
65
max-parallel: 1
66
steps:
67
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
68
- uses: dblock/create-a-github-issue@v3
69
70
update_existing: false
0 commit comments