Skip to content

Commit cafdeab

Browse files
committed
ci: 👷 update gh actions
1 parent 619d108 commit cafdeab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.12"]
10+
python-version: ["3.13"]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: pre-commit
18-
uses: pre-commit/action@v3.0.0
18+
uses: pre-commit/action@v3

0 commit comments

Comments
 (0)