Skip to content

Commit 6b97821

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into fikser-feil-ved-video-i-les-mer
# Conflicts: # .github/workflows/build-image.yml
2 parents 127098a + 18733b7 commit 6b97821

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-image.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
image: ${{ steps.docker-push.outputs.image }}
7272
steps:
7373
- name: Checkout repo
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575
- name: Setup node.js
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: '20'
7979
registry-url: 'https://npm.pkg.github.com'
@@ -98,7 +98,7 @@ jobs:
9898
NEXT_TELEMETRY_DISABLED=1
9999
EOF
100100
- name: Nextjs cache
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
path: ${{ github.workspace }}/.next/cache
104104
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
SERVICE_SECRET: ${{ secrets.SERVICE_SECRET }}
117117
- name: Upload static files to NAV CDN
118-
uses: nais/deploy/actions/cdn-upload/v2@master
118+
uses: navikt/frontend/actions/cdn-upload/v2
119119
with:
120120
team: personbruker
121121
source: ./.next/static

0 commit comments

Comments
 (0)