We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa0e82 commit ca4767cCopy full SHA for ca4767c
.github/workflows/python.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: [3.7, 3.8, 3.9, '3.10']
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Use Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v4
22
with:
0 commit comments