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 2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
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 2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - name : Checkout code
131- uses : actions/checkout@v5
131+ uses : actions/checkout@v6
132132 with :
133133 fetch-depth : 0
134134
You can’t perform that action at this time.
0 commit comments