Skip to content

Commit a5006be

Browse files
chore(deps): upgrade github packages (#2945)
* chore(deps): upgrade github packages * Don't use 3.14 Signed-off-by: Lala Sabathil <aiko@aitsys.dev> * Apply suggestion from @Lulalaby Signed-off-by: Lala Sabathil <aiko@aitsys.dev> --------- Signed-off-by: Lala Sabathil <aiko@aitsys.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev>
1 parent 65b8b61 commit a5006be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./docs
4141
- name: "Crowdin"
4242
id: crowdin
43-
uses: crowdin/github-action@v2.11.0
43+
uses: crowdin/github-action@v2.12.0
4444
with:
4545
upload_sources: false
4646
upload_translations: false

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
4545
working-directory: ./docs
4646
- name: "Crowdin"
47-
uses: crowdin/github-action@v2.11.0
47+
uses: crowdin/github-action@v2.12.0
4848
with:
4949
upload_sources: true
5050
upload_translations: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
python3 -m build --sdist
199199
python3 -m build --wheel
200200
- name: "Create GitHub Release"
201-
uses: softprops/action-gh-release@v2.3.3
201+
uses: softprops/action-gh-release@v2.4.1
202202
id: gh-release
203203
with:
204204
tag_name: "v${{ inputs.version }}"

0 commit comments

Comments
 (0)