We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8462d commit 9bb1801Copy full SHA for 9bb1801
2 files changed
.github/workflows/ci-build.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
34
with:
35
python-version: ${{ matrix.python-version }}
36
cache: pip
.github/workflows/pytype.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
- name: Install dependencies
0 commit comments