File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 id : nvm
4646
4747 - name : Setup node
48- uses : actions/setup-node@v3
48+ uses : actions/setup-node@v4
4949 with :
5050 node-version : " ${{ steps.nvm.outputs.NVMRC }}"
5151 cache : ' yarn'
5555
5656 # Based on steps described here - https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching#github-actions
5757 - name : Next cache
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 with :
6060 path : ${{ github.workspace }}/.next/cache
6161 key : next-cache-${{ steps.yarn-lock-hash.outputs.name }}-${{ steps.source-file-hash.outputs.name }}
@@ -153,7 +153,7 @@ jobs:
153153 fetch-depth : 0
154154
155155 - name : Setup AWS credentials
156- uses : aws-actions/configure-aws-credentials@v3
156+ uses : aws-actions/configure-aws-credentials@v4
157157 with :
158158 role-to-assume : ${{ secrets.AWS_ROLE_ARN }}
159159 role-session-name : github-gap-find-web
@@ -170,7 +170,7 @@ jobs:
170170 echo BUILD_VERSION is ${{ env.BUILD_VERSION }}
171171
172172 - name : Download Docker image
173- uses : actions/download-artifact@v3
173+ uses : actions/download-artifact@v4
174174 with :
175175 name : ${{ needs.build.outputs.docker-image-name }}
176176
You can’t perform that action at this time.
0 commit comments