Skip to content

Commit 1409609

Browse files
author
John Garrett
committed
Update CI
1 parent 3b0e12d commit 1409609

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Cache pip
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.cache/pip
3131
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}-${{ matrix.python-version }}

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: Lint
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python 3.8 environment
12-
uses: actions/setup-python@v3
11+
- name: Set up Python 3.13 environment
12+
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.13
14+
python-version: '3.13'
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)