File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
name : CI job (python ${{ matrix.python-version }})
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
27
27
- name : Set up Python ${{ matrix.python-version }}
28
28
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
# Initializes the CodeQL tools for scanning.
22
22
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Set up QEMU
24
24
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Set up QEMU
26
26
Original file line number Diff line number Diff line change 31
31
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
32
32
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
36
36
- name : Docker meta
37
37
id : meta
Original file line number Diff line number Diff line change 14
14
steps :
15
15
16
16
- name : Checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Get dependencies
20
20
run : pip install ruff isort
Original file line number Diff line number Diff line change 46
46
# Checkout the code base #
47
47
# #########################
48
48
- name : Checkout Code
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
51
51
# ###############################
52
52
# Run Linter against code base #
You can’t perform that action at this time.
0 commit comments