File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Install ShellCheck
1717 run : sudo apt-get install -y shellcheck
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Install hadolint
3232 run : |
4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - name : Install yamllint
5151 run : |
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131
@@ -127,7 +127,7 @@ jobs:
127127
128128 steps :
129129 - name : Checkout code
130- uses : actions/checkout@v5
130+ uses : actions/checkout@v6
131131 with :
132132 fetch-depth : 0
133133
You can’t perform that action at this time.
0 commit comments