We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e770ae1 + 4718f3e commit f2a2a8cCopy full SHA for f2a2a8c
1 file changed
.github/workflows/tests.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Checkout source code
52
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
53
- name: Set up Python
54
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
55
with:
56
python-version: "3.11"
57
- name: Install pre-commit
@@ -102,7 +102,7 @@ jobs:
102
# --- Python : ui/actions.py ---
103
104
if: matrix.lang == 'python'
105
106
107
108
- name: Run Python unit tests
0 commit comments