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 3b44598 + 9dc39e9 commit c8b29f4Copy full SHA for c8b29f4
3 files changed
.github/workflows/mypy.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Python ${{ matrix.python-version }} sample
17
18
steps:
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
- name: Set up Python
21
uses: actions/setup-python@v6
22
with:
.github/workflows/release.yml
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
fetch-depth: 0
- name: Install Poetry
.github/workflows/test_public_interface.yml
@@ -17,7 +17,7 @@ jobs:
23
0 commit comments