File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 matrix :
1616 python-version : [3.9]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 # We must fetch at least the immediate parents so that if this is
1818 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repo
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : publish-to-conda
1515 uses : MichaelsJP/conda-package-publish-action@v1.1.0
1616 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out the repo
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Set up python
1414 uses : actions/setup-python@v5
1515 with :
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : REUSE Compliance Check
1313 uses : fsfe/reuse-action@v5
You can’t perform that action at this time.
0 commit comments