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 45
45
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v2.3.4
48
+ uses : actions/checkout@v2.6.0
49
49
50
50
# Define if tests and push should be run against which versions/platforms
51
51
- name : Prepare
@@ -106,7 +106,7 @@ jobs:
106
106
- tag-does-not-exist
107
107
steps :
108
108
- name : Checkout
109
- uses : actions/checkout@v2.3.4
109
+ uses : actions/checkout@v2.6.0
110
110
111
111
- name : Set up QEMU
112
112
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Check out the codebase.
17
- uses : actions/checkout@v2.3.4
17
+ uses : actions/checkout@v2.6.0
18
18
19
19
- name : Hadolint Action
20
20
# You may pin to the exact commit or the version.
29
29
30
30
steps :
31
31
- name : Check out the codebase.
32
- uses : actions/checkout@v2.3.4
32
+ uses : actions/checkout@v2.6.0
33
33
34
34
- name : Set up Python 3.
35
35
You can’t perform that action at this time.
0 commit comments