File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 ]
4343
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v6
4646 - name : Use Node.js 18.x
4747 uses : actions/setup-node@v6
4848 with :
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Checkout code
108- uses : actions/checkout@v5
108+ uses : actions/checkout@v6
109109 # Download-artifact cannot do a wildcard and if all are downloaded it can download the results from the electron stage
110110 # We could filter that but this is faster to avoid unneeded downloads.
111111 - name : Download Win
Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.os }}
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 - name : Setup node
3131 uses : actions/setup-node@v6
3232 with :
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 66 deploy :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Use Node.js 18.x
1111 uses : actions/setup-node@v6
1212 with :
You can’t perform that action at this time.
0 commit comments