File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Set up CI Image Metadata
1515 id : docker_meta_ci
1616 uses : crazy-max/ghaction-docker-meta@v1
4242 needs : build
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4646 - name : Download artifact
4747 uses : actions/download-artifact@v2
4848 with :
5757 needs : e2e
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v3
6161 - name : Set up Docker Hub Image Metadata
6262 id : docker_meta
6363 uses : crazy-max/ghaction-docker-meta@v1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Docker meta ci
1515 id : docker_meta_ci
1616 uses : crazy-max/ghaction-docker-meta@v1
4343 needs : build
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 - name : Download artifact
4848 uses : actions/download-artifact@v2
4949 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Set up CI Image Metadata
1515 id : docker_meta_ci
1616 uses : crazy-max/ghaction-docker-meta@v1
4141 needs : build
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545 - name : Download artifact
4646 uses : actions/download-artifact@v2
4747 with :
5656 needs : e2e
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v2
59+ uses : actions/checkout@v3
6060 - name : Set up Docker Hub Image Metadata
6161 id : docker_meta
6262 uses : crazy-max/ghaction-docker-meta@v1
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110 # To use this repository's private action, you must check out the repository
111111 - name : Checkout
112- uses : actions/checkout@v2
112+ uses : actions/checkout@v3
113113 - name : Generate changelog
114114 id : changelog
115115 uses : metcalfc/changelog-generator@v3.0.0
You can’t perform that action at this time.
0 commit comments