4343 steps :
4444 - name : Check out the repo
4545 # Mandatory step (otherwise, hub raises "fatal: Not a git repository")
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 - name : Download workflow artifacts
4848 # cf. https://github.com/actions/download-artifact/issues/3
4949 uses : dawidd6/action-download-artifact@v2
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Check out the repo
87- uses : actions/checkout@v2
87+ uses : actions/checkout@v3
8888 - name : Setup bot user
8989 run : |
9090 git config --global user.email "[email protected] " @@ -133,7 +133,7 @@ jobs:
133133 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
134134 id : tag
135135 - name : Check out the repo
136- uses : actions/checkout@v2
136+ uses : actions/checkout@v3
137137 - name : Push to Docker Hub
138138 uses : docker/build-push-action@v1
139139 with :
@@ -154,7 +154,7 @@ jobs:
154154 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
155155 id : tag
156156 - name : Check out the repo
157- uses : actions/checkout@v2
157+ uses : actions/checkout@v3
158158 - name : Push to Docker Hub
159159 uses : docker/build-push-action@v1
160160 with :
@@ -178,7 +178,7 @@ jobs:
178178 run : tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
179179 id : tag
180180 - name : Check out the repo
181- uses : actions/checkout@v2
181+ uses : actions/checkout@v3
182182 - name : Push to Docker Hub
183183 # https://github.com/docker/build-push-action/tree/releases/v1#readme
184184 uses : docker/build-push-action@v1
0 commit comments