Skip to content

Commit 2afa86c

Browse files
chore(deps): bump python-semantic-release/python-semantic-release (#680)
1 parent bfb2c63 commit 2afa86c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)