File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 build-tasks :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Npm Install
1616 run : |
1717 npm ci
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 build-tasks :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Npm Install
1616 run : |
1717 npm ci
Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.platform }}
1212 timeout-minutes : 60
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : setup node
1616 uses : actions/setup-node@v3
1717 with :
Original file line number Diff line number Diff line change 2121 python-version : [3.8]
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 100
2727 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments