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 3232 runs-on : ubuntu-24.04
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 3131 build-n-publish :
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : actions/setup-python@v5
3636 with :
3737 python-version : " 3.13"
8686 echo "Publishing to $REGISTRY"
8787
8888 # versioneer requires the full git history for non-tags
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9090 with :
9191 fetch-depth : 0
9292
Original file line number Diff line number Diff line change 7575 repo_type : venv
7676
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979
8080 - uses : actions/setup-python@v5
8181 with :
You can’t perform that action at this time.
0 commit comments