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