File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 pre-commit-key : ${{ steps.generate-pre-commit-key.outputs.key }}
3333 steps :
3434 - name : Check out code from GitHub
35- uses : actions/checkout@v4.1.0
35+ uses : actions/checkout@v4
3636 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3737 id : python
3838 uses : actions/setup-python@v4.7.1
7777 needs : prepare-base
7878 steps :
7979 - name : Check out code from GitHub
80- uses : actions/checkout@v4.1.0
80+ uses : actions/checkout@v4
8181 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
8282 id : python
8383 uses : actions/setup-python@v4.7.1
Original file line number Diff line number Diff line change 2121 url : https://pypi.org/project/pylint-pytest/
2222 steps :
2323 - name : Check out code from Github
24- uses : actions/checkout@v4.1.0
24+ uses : actions/checkout@v4
2525 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2626 id : python
2727 uses : actions/setup-python@v4.7.1
Original file line number Diff line number Diff line change 3131 shell : ${{ matrix.os == 'windows-latest' && 'pwsh' || '/bin/bash --noprofile --norc -Eeuxo pipefail {0}' }}
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535
3636 - name : Slugify GITHUB_REPOSITORY (win)
3737 if : ${{ matrix.os == 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments