File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- name : Set up Python
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : 3.11
35
35
- name : Install dependencies
43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- name : Set up Python
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : 3.11
49
49
- name : Install dependencies
57
57
steps :
58
58
- uses : actions/checkout@v4
59
59
- name : Set up Python
60
- uses : actions/setup-python/@v4
60
+ uses : actions/setup-python/@v5
61
61
with :
62
62
python-version : 3.11
63
63
- name : Install Detect Secrets
You can’t perform that action at this time.
0 commit comments