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 6714072 commit 6efb3ffCopy full SHA for 6efb3ff
1 file changed
.github/workflows/ci.yaml
@@ -20,9 +20,9 @@ jobs:
20
MOLER_DEBUG_THREADS: True
21
PYTHON_COVERAGE: '3.14'
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.os }} ${{ matrix.python-version }}
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies
@@ -97,9 +97,9 @@ jobs:
97
os: [ubuntu-latest, macos-latest]
98
python-version: [3.14]
99
100
101
102
103
104
105
0 commit comments