Skip to content

Commit ac0be8c

Browse files
committed
Update CI: checkout@v4, setup-python@v5, drop pip cache
setup-python@v3 pip cache is returning 400 errors from GitHub's cache service. Update to v4/v5 and remove pip caching to fix CI.
1 parent 9447387 commit ac0be8c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
cache: "pip"
2827
- name: Install dependencies
2928
run: |
3029
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)