We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071d156 commit eb0b4a6Copy full SHA for eb0b4a6
1 file changed
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: Set up Python ${{ matrix.python-version }}
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
15
with:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments