File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
image : ${{ steps.docker-push.outputs.image }}
72
72
steps :
73
73
- name : Checkout repo
74
- uses : actions/checkout@v3
74
+ uses : actions/checkout@v4
75
75
- name : Setup node.js
76
- uses : actions/setup-node@v3
76
+ uses : actions/setup-node@v4
77
77
with :
78
78
node-version : ' 20'
79
79
registry-url : ' https://npm.pkg.github.com'
98
98
NEXT_TELEMETRY_DISABLED=1
99
99
EOF
100
100
- name : Nextjs cache
101
- uses : actions/cache@v3
101
+ uses : actions/cache@v4
102
102
with :
103
103
path : ${{ github.workspace }}/.next/cache
104
104
key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
@@ -115,7 +115,7 @@ jobs:
115
115
env :
116
116
SERVICE_SECRET : ${{ secrets.SERVICE_SECRET }}
117
117
- name : Upload static files to NAV CDN
118
- uses : nais/deploy /actions/cdn-upload/v2@master
118
+ uses : navikt/frontend /actions/cdn-upload/v2
119
119
with :
120
120
team : personbruker
121
121
source : ./.next/static
You can’t perform that action at this time.
0 commit comments