File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 current_tag : ${{ steps.check_pypi.outputs.current_tag }}
2525 previous_tag : ${{ steps.check_pypi.outputs.previous_tag }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.x"
6363 permissions :
6464 contents : read
6565 steps :
66- - uses : actions/checkout@v5
66+ - uses : actions/checkout@v6
6767 - uses : actions/setup-python@v6
6868 with :
6969 python-version : " 3.x"
9999 permissions :
100100 contents : write
101101 steps :
102- - uses : actions/checkout@v5
102+ - uses : actions/checkout@v6
103103 - uses : actions/setup-python@v6
104104 with :
105105 python-version : " 3.x"
@@ -125,7 +125,7 @@ jobs:
125125 permissions :
126126 contents : read
127127 steps :
128- - uses : actions/checkout@v5
128+ - uses : actions/checkout@v6
129129 - name : Extract PR Details
130130 env :
131131 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments