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 a1fa259 commit d561c84Copy full SHA for d561c84
.github/workflows/end2endtest.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- name: Set Up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
28
with:
29
python-version: ${{ matrix.python-version }}
30
cache: "pip"
0 commit comments