File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- ' 3.12'
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
- name : Pre-commit Checks
Original file line number Diff line number Diff line change 32
32
- ' 3.12'
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
# This enables supply chain review against only a selected
38
38
# branch. For those using the "Git-Flow" style of branching,
42
42
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
43
43
ref : main
44
44
- name : Set up Python ${{ matrix.python-version }}
45
- uses : actions/setup-python@v4
45
+ uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ${{ matrix.python-version }}
48
48
- name : Review dependencies
You can’t perform that action at this time.
0 commit comments