File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1212 name : docs
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
Original file line number Diff line number Diff line change 1010 node-version : [6.x]
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Use Node.js ${{ matrix.node-version }}
1515 uses : actions/setup-node@v4
1616 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Set up Python
1313 uses : actions/setup-python@v5
1414 with :
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Set up Python
3030 uses : actions/setup-python@v5
3131 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v5
2121 with :
Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
2020 uses : actions/setup-python@v5
2121 with :
Original file line number Diff line number Diff line change 3333 python-version : " 3.12"
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : Set up Python ${{ matrix.python-version }}
3838
3939 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments