File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Setup Node.js
1919 uses : actions/setup-node@v4
2020 with :
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 20
Original file line number Diff line number Diff line change 77 schema-updater :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
11- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/checkout@v5
1212 with :
1313 repository : aws-cloudformation/aws-cloudformation-template-schema
1414 path : aws-cloudformation-template-schema
You can’t perform that action at this time.
0 commit comments