File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 matrix : ${{ steps.set_matrix.outputs.matrix }}
2828 steps :
2929 - name : Setup Python 3.9
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ' 3.9'
3333 - name : Checkout current repository
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 - name : Installing pre-reqs
3636 working-directory : ./dep_checker
3737 run : pip install -r requirements.txt
3838 - name : Checkout node.js repo
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 repository : nodejs/node
4242 path : node
6464 matrix : ${{ fromJson(needs.check-vulns.outputs.matrix) }}
6565 max-parallel : 1
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - uses : dblock/create-a-github-issue@v3
6969 with :
7070 update_existing : false
You can’t perform that action at this time.
0 commit comments