File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
timeout-minutes : 5
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : Setup Python
23
23
uses : actions/setup-python@v4
24
24
with :
53
53
timeout-minutes : 15
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
- name : Set up Python ${{ matrix.python-version }}
58
58
uses : actions/setup-python@v4
59
59
with :
98
98
runs-on : ubuntu-latest
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
- name : Install build tools
103
103
run : |
104
104
python -m pip install build
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments