Skip to content

Commit dd46325

Browse files
chore(ci): bump the github-actions group with 2 updates (#1504)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7110695 commit dd46325

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ jobs:
134134

135135
# Do a dry run of PSR
136136
- name: Test release
137-
uses: python-semantic-release/python-semantic-release@v9.16.1
137+
uses: python-semantic-release/python-semantic-release@v9.17.0
138138
if: github.ref_name != 'master'
139139
with:
140140
root_options: --noop
141141

142142
# On main branch: actual PSR + upload to PyPI & GitHub
143143
- name: Release
144-
uses: python-semantic-release/python-semantic-release@v9.16.1
144+
uses: python-semantic-release/python-semantic-release@v9.17.0
145145
id: release
146146
if: github.ref_name == 'master'
147147
with:
@@ -237,7 +237,7 @@ jobs:
237237
path: dist
238238
merge-multiple: true
239239

240-
- uses: pypa/gh-action-pypi-publish@v1.12.3
240+
- uses: pypa/gh-action-pypi-publish@v1.12.4
241241
with:
242242
user: __token__
243243
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)