We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6467281 commit 95f2aa4Copy full SHA for 95f2aa4
.github/workflows/lint.yaml
@@ -22,15 +22,13 @@ jobs:
22
PYTHON_VERSION: "3.12"
23
24
steps:
25
- # Checks out the repository in the current folder.
26
- - name: Checks out repository
27
- uses: actions/checkout@v3
+ - name: Checkout repository
+ uses: actions/checkout@v4
28
29
- # Set up the right version of Python
30
- name: Set up Python ${{ env.PYTHON_VERSION }}
31
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
32
with:
33
python-version: ${{ env.PYTHON_VERSION }}
34
35
- name: Run pre-commit hooks
36
- uses: pre-commit/action@v3.0.0
+ uses: pre-commit/action@v3.0.1
0 commit comments