fix: update CI and publish workflows to use consistent action versions and improve error handling in API requests

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
bohd4nx
2026-05-03 19:10:11 +03:00
parent 7923dff8b2
commit d5dfed5f1a
8 changed files with 51 additions and 27 deletions
+4 -4
View File
@@ -14,9 +14,9 @@ jobs:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6
- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6
with:
python-version: "3.10"
@@ -36,9 +36,9 @@ jobs:
python-version: [ "3.10", "3.11", "3.12" ] # 3.13, 3.14 are not supported by some dependencies yet
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6
- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}