File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
pylint :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python 3.9
26
26
uses : actions/setup-python@v4
27
27
with :
46
46
- name : Set up Docker Buildx
47
47
uses : docker/setup-buildx-action@v2
48
48
- name : Checkout repository
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
# Login against a Docker registry except on PR
51
51
# https://github.com/docker/login-action
52
52
- name : Log into registry ${{ env.REGISTRY }}
Original file line number Diff line number Diff line change 11
11
tests :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python 3.9
16
16
uses : actions/setup-python@v4
17
17
with :
You can’t perform that action at this time.
0 commit comments