File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 PYTHONIOENCODING : " utf8" # https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Python
4848 env :
4949 PYTHONIOENCODING : " utf8" # https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 with :
5353 fetch-depth : 0
5454 - name : Set up Python ${{ matrix.python-version }}
9494 env :
9595 PYTHONIOENCODING : " utf8" # https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 with :
9999 fetch-depth : 0
100100 - uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 1616 env :
1717 PYTHONIOENCODING : " utf8" # https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 permissions :
1414 id-token : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 persist-credentials : false
1717 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments