File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 # Checkout the repository
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 # Run CI Tests
2121 - name : Run Tests
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - name : Install
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Setup Pages
3232 uses : actions/configure-pages@v5
3333 - name : Install
Original file line number Diff line number Diff line change 1313 node-version : [22.x]
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Use Node.js ${{ matrix.node-version }}
1818 uses : actions/setup-node@v6
1919 with :
You can’t perform that action at this time.
0 commit comments