Skip to content

Commit 4e2d52c

Browse files
committed
Update CI: checkout@v4, setup-python@v5, drop pip cache
1 parent bad8d45 commit 4e2d52c

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)