We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4ad3d + cba821c commit 9df0f1bCopy full SHA for 9df0f1b
.github/workflows/mypy.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Python ${{ matrix.python-version }} sample
17
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- name: Set up Python
21
uses: actions/setup-python@v6
22
with:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
fetch-depth: 0
- name: Install Poetry
0 commit comments