We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2338d commit ad303c2Copy full SHA for ad303c2
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: LizardByte/setup-python-action@master
20
with:
0 commit comments