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 e1cb81f commit ceb2a91Copy full SHA for ceb2a91
.github/workflows/regression-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
0 commit comments