Skip to content

Commit e79e03b

Browse files
committed
update ci action versions
1 parent be227e1 commit e79e03b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Set up Python 3.11
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: 3.11
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
1818
pip install -r requirements.txt
1919
- name: Cache pre-commit hooks
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.cache/pre-commit
2323
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)