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 @@ -11,10 +11,10 @@ jobs:
1111 contents : read
1212 pull-requests : write
1313 steps :
14- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
14+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515 with :
1616 fetch-depth : 0
17- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
17+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1818 with :
1919 python-version : ' 3.x'
2020
@@ -57,14 +57,14 @@ jobs:
5757
5858 - name : Publish to Test PyPI
5959 if : steps.version_check.outputs.exists != 'true'
60- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.4
60+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
6161 with :
6262 repository-url : https://test.pypi.org/legacy/
6363 verbose : true
6464
6565 - name : Comment on PR
6666 if : steps.version_check.outputs.exists != 'true'
67- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
67+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
6868 env :
6969 VERSION : ${{ env.VERSION }}
7070 with :
@@ -128,4 +128,4 @@ jobs:
128128 sleep 20
129129 done
130130 echo "success=false" >> $GITHUB_OUTPUT
131- exit 1
131+ exit 1
You can’t perform that action at this time.
0 commit comments