Skip to content

Commit 44db1c4

Browse files
committed
Updated workflow versions
1 parent 8a5fc7f commit 44db1c4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29-
- uses: actions/cache@v2
29+
- uses: actions/cache@v4
3030
with:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
- uses: actions/setup-python@v5
1919

20-
- uses: pre-commit/action@v2.0.0
20+
- uses: pre-commit/action@v4
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ html/
99
htmlcov/
1010
*.egg-info/
1111
.tox/
12+
/temp
13+
/venv

0 commit comments

Comments
 (0)