We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be227e1 commit e79e03bCopy full SHA for e79e03b
.github/workflows/python-ci.yaml
@@ -7,17 +7,17 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- name: Set up Python 3.11
12
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
13
with:
14
python-version: 3.11
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
pip install -r requirements.txt
19
- name: Cache pre-commit hooks
20
- uses: actions/cache@v2
+ uses: actions/cache@v4
21
22
path: ~/.cache/pre-commit
23
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments