Skip to content

Commit ff5e24e

Browse files
committed
update workflow
1 parent b3d63ea commit ff5e24e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
name: Testing
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.6'
14-
- uses: actions/cache@v2
13+
python-version: '3.12'
14+
- uses: actions/checkout@v4
1515
with:
1616
path: ~/.cache/pip
1717
key: ${{ runner.os }}-${{ env.pythonLocation }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)