File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 latest_tag : ${{ steps.set_latest_tag.outputs.latest_tag }}
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : Install musl cc
2020 uses : awalsh128/cache-apt-pkgs-action@v1
2121 with :
@@ -114,7 +114,7 @@ jobs:
114114 environment : main
115115 steps :
116116 - name : Checkout Code
117- uses : actions/checkout@v3
117+ uses : actions/checkout@v4
118118 - name : Download Github Plugin Artifact
119119 uses : actions/download-artifact@v4
120120 with :
@@ -148,7 +148,7 @@ jobs:
148148 environment : main
149149 steps :
150150 - name : Checkout Code
151- uses : actions/checkout@v3
151+ uses : actions/checkout@v4
152152 - name : Download Local Describer Artifact
153153 uses : actions/download-artifact@v4
154154 with :
@@ -182,7 +182,7 @@ jobs:
182182 environment : main
183183 steps :
184184 - name : Checkout Code
185- uses : actions/checkout@v3
185+ uses : actions/checkout@v4
186186 - name : Download Integration Plugin Artifact
187187 uses : actions/download-artifact@v4
188188 with :
You can’t perform that action at this time.
0 commit comments