We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4f37 commit 33b24f2Copy full SHA for 33b24f2
.github/workflows/test.yaml
@@ -26,10 +26,10 @@ jobs:
26
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.1.1
30
31
- name: Set up Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5.1.0
33
with:
34
python-version: ${{ matrix.python-version }}
35
0 commit comments