File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,15 @@ jobs:
8989 git config user.email "actions@github.com"
9090 - name : Test Semantic Release (No-op)
9191 id : test-release
92- uses : python-semantic-release/python-semantic-release@v10.5.2
92+ uses : python-semantic-release/python-semantic-release@v10.5.3
9393 with :
9494 github_token : ${{ secrets.GITHUB_TOKEN }}
9595 changelog : true
9696 # Use noop mode to test without making changes
9797 no_operation_mode : true
9898 - name : Test Semantic Release (Dry Run)
9999 id : test-release-dry
100- uses : python-semantic-release/python-semantic-release@v10.5.2
100+ uses : python-semantic-release/python-semantic-release@v10.5.3
101101 with :
102102 github_token : ${{ secrets.GITHUB_TOKEN }}
103103 changelog : true
@@ -129,7 +129,7 @@ jobs:
129129 persist-credentials : false
130130 - name : Python Semantic Release
131131 id : release
132- uses : python-semantic-release/python-semantic-release@v10.5.2
132+ uses : python-semantic-release/python-semantic-release@v10.5.3
133133 with :
134134 github_token : ${{ secrets.GH_TOKEN }}
135135 changelog : true
You can’t perform that action at this time.
0 commit comments