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@v2
14+ - uses : actions/checkout@v3
1515 - name : Npm Install
1616 run : |
1717 npm install
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v3
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 ls -al docs
2222 shell : bash
2323
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 with :
2626 repository : ${{github.repository}}.wiki # specify the wiki repo name here.
2727 path : wiki
Original file line number Diff line number Diff line change 2121 python-version : [3.8]
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
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