File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 matrix :
3131 node-version : [20.x]
3232 steps :
33- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v4
3434 - name : Use Node.js ${{ matrix.node-version }}
35- uses : actions/setup-node@v2
35+ uses : actions/setup-node@v4
3636 with :
3737 node-version : ${{ matrix.node-version }}
3838 # cache: 'npm'
4343 - run : npm run build --if-present
4444 working-directory : checkout
4545
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v4
4747 - name : Use Node.js ${{ matrix.node-version }}
48- uses : actions/setup-node@v2
48+ uses : actions/setup-node@v4
4949 with :
5050 node-version : ${{ matrix.node-version }}
5151 # cache: 'npm'
Original file line number Diff line number Diff line change 1414 },
1515 "private" : true ,
1616 "dependencies" : {
17- "@adyen/adyen-web" : " 5.60 .0" ,
17+ "@adyen/adyen-web" : " 5.68 .0" ,
1818 "@angular/animations" : " ~18.2.2" ,
1919 "@angular/common" : " ~18.2.2" ,
2020 "@angular/compiler" : " ~18.2.2" ,
You can’t perform that action at this time.
0 commit comments