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 32
32
pre-commit-key : ${{ steps.generate-pre-commit-key.outputs.key }}
33
33
steps :
34
34
- name : Check out code from GitHub
35
- uses : actions/checkout@v4.1.0
35
+ uses : actions/checkout@v4
36
36
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
37
37
id : python
38
38
77
77
needs : prepare-base
78
78
steps :
79
79
- name : Check out code from GitHub
80
- uses : actions/checkout@v4.1.0
80
+ uses : actions/checkout@v4
81
81
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
82
82
id : python
83
83
Original file line number Diff line number Diff line change 21
21
url : https://pypi.org/project/pylint-pytest/
22
22
steps :
23
23
- name : Check out code from Github
24
- uses : actions/checkout@v4.1.0
24
+ uses : actions/checkout@v4
25
25
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
26
26
id : python
27
27
Original file line number Diff line number Diff line change 31
31
shell : ${{ matrix.os == 'windows-latest' && 'pwsh' || '/bin/bash --noprofile --norc -Eeuxo pipefail {0}' }}
32
32
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
36
36
- name : Slugify GITHUB_REPOSITORY (win)
37
37
if : ${{ matrix.os == 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments