File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 - new
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Set up Python
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ' 3.11'
3737 - name : Install requirements
@@ -45,11 +45,11 @@ jobs:
4545 if : github.event_name != 'pull_request'
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5050 if : github.event_name == 'push'
5151 - name : Set up Python
52- uses : actions/setup-python@v4
52+ uses : actions/setup-python@v5
5353 with :
5454 python-version : ' 3.x'
5555 - name : Install dependencies
8787 tag_name : v${{ steps.set-version.outputs.version }}
8888 prerelease : ${{ github.event_name != 'release' }}
8989 files : dist/${{ steps.set-version.outputs.name }}.whl
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v4
9191 if : github.event_name == 'release'
9292 with :
9393 ref : main
You can’t perform that action at this time.
0 commit comments