We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 392357d + 7ff82d4 commit 41cdfa3Copy full SHA for 41cdfa3
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
16
name: Python ${{ matrix.python-version }} sample
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Setup python ${{ matrix.python-version }}
20
uses: actions/setup-python@v4
21
with:
0 commit comments