Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit df16eee

Browse files
authored
Ny versjon av action
1 parent f79d2c7 commit df16eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Create artifact version
2727
id: artifact-version
28-
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@master
28+
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2
2929
- name: Create docker image tags
3030
run: |
3131
echo "DOCKER_TAG=${{ env.DOCKER_IMAGE }}:${{ steps.artifact-version.outputs.version }}" >> $GITHUB_ENV

.github/workflows/deploy_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- name: Create artifact version
2121
id: artifact-version
22-
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@master
22+
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2
2323
- name: Sett env variabler
2424
run: |
2525
PROJECT_NAME=$(echo ${{ github.repository }} | cut -d/ -f2)

0 commit comments

Comments
 (0)