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.
1 parent bc1a44a commit a13ea4eCopy full SHA for a13ea4e
.github/workflows/code-quality.yaml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- uses: actions/checkout@v5
39
- name: Set up Python
40
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
41
with:
42
python-version: 3.11
43
- name: Set up Go
.github/workflows/unit-tests.yaml
@@ -42,7 +42,7 @@ jobs:
44
45
46
47
48
0 commit comments