File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, windows-latest]
1818 name : " Test: Python ${{ matrix.python-version }}, conda, ${{ matrix.os }}"
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : conda-incubator/setup-miniconda@v2
2222 with :
2323 auto-activate-base : false
Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, windows-latest]
1818 name : " Test: Python ${{ matrix.python-version }}, pip, ${{ matrix.os }}"
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v4
2323 with :
3838 python-version : [ 3.9, 3.11 ]
3939 name : " Version Check: Python ${{ matrix.python-version }}"
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - name : Set up Python ${{ matrix.python-version }}
4343 uses : actions/setup-python@v4
4444 with :
Original file line number Diff line number Diff line change 1414 # Steps represent a sequence of tasks that will be executed as part of the job
1515 steps :
1616 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 ref : " traffic"
2020
You can’t perform that action at this time.
0 commit comments