We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c294e9d + 3fc8859 commit f1160adCopy full SHA for f1160ad
2 files changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: ${{ matrix.node-version }}
40
41
- name: Setup Python
42
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
43
with:
44
python-version: ${{ matrix.python-version }}
45
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: 20
29
30
31
32
33
python-version: 3.11
34
0 commit comments