Skip to content

Commit d561c84

Browse files
authored
Update end2endtest.yml
Update setup python to use the new version that avoid a cache size limit based on how it prints progress lol
1 parent a1fa259 commit d561c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/end2endtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set Up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
cache: "pip"

0 commit comments

Comments
 (0)