We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00f306 commit 97c120dCopy full SHA for 97c120d
1 file changed
.github/workflows/cli.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Upgrade pip
0 commit comments