File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed 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 55 docs :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3
8+ - uses : actions/checkout@v4
99 - uses : sphinx-toolbox/sphinx-action@master
1010 with :
1111 pre-build-command : " pip install .[docs]"
Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : actions/setup-python@v4
2020 with :
2121 python-version : ${{ matrix.python-version }}
4444 runs-on : ${{ matrix.os }}
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - uses : actions/setup-python@v4
4949 with :
5050 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
2222 uses : actions/setup-python@v4
2323 with :
Original file line number Diff line number Diff line change 99 update-intrinsics :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup
1515 run : |
You can’t perform that action at this time.
0 commit comments