Skip to content

Commit 95f2aa4

Browse files
committed
Update CI github actions
1 parent 6467281 commit 95f2aa4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/lint.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ jobs:
2222
PYTHON_VERSION: "3.12"
2323

2424
steps:
25-
# Checks out the repository in the current folder.
26-
- name: Checks out repository
27-
uses: actions/checkout@v3
25+
- name: Checkout repository
26+
uses: actions/checkout@v4
2827

29-
# Set up the right version of Python
3028
- name: Set up Python ${{ env.PYTHON_VERSION }}
31-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v5
3230
with:
3331
python-version: ${{ env.PYTHON_VERSION }}
3432

3533
- name: Run pre-commit hooks
36-
uses: pre-commit/action@v3.0.0
34+
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)