Skip to content

Commit 237c354

Browse files
Merge pull request #162 from cabinetoffice/LSS-493-funding-org
actions checkout version to v4
2 parents 56cbc94 + 3f0dabd commit 237c354

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pushImage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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'
@@ -55,7 +55,7 @@ jobs:
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

0 commit comments

Comments
 (0)