Skip to content

Commit 36d63a7

Browse files
Fix/fjern fp uttak (#759)
* fix: fjerner fakta/uttak fp * fix: fjerner prefiks sjekk commit meldinger. * fix: endrer til major versions på standard github actions
1 parent be252e2 commit 36d63a7

25 files changed

+7
-2229
lines changed

.githooks/commit-msg

-20
This file was deleted.

.github/workflows/deploy-docker-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Hente kode
20-
uses: actions/checkout@v2.3.2
20+
uses: actions/checkout@v2
2121
- name: Sette opp Node
2222
uses: actions/setup-node@v1
2323
with:
@@ -28,7 +28,7 @@ jobs:
2828
echo "::set-output name=dir::$(yarn cache dir)"
2929
echo "::set-env name=TAG::$(date +"%Y%m%d%H%M%S")-$(echo $GITHUB_SHA | cut -c1-7)"
3030
- name: Cache node modules
31-
uses: actions/cache@v1.1.0
31+
uses: actions/cache@v2
3232
with:
3333
path: ${{ steps.yarn-cache.outputs.dir }}
3434
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Trigg deploy til dev-fss
107107
if: success()
108-
uses: actions/github-script@v2.0.1
108+
uses: actions/github-script@v2
109109
with:
110110
github-token: ${{secrets.GA_P_TOKEN}}
111111
script: |

.github/workflows/promote-command.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Oppdater kommentar med deployment status ved feil
3535
if: failure()
36-
uses: actions/github-script@v2.0.1
36+
uses: actions/github-script@v2
3737
with:
3838
github-token: ${{secrets.GITHUB_TOKEN}}
3939
script: |
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Oppdater kommentar med deployment status
4848
if: success()
49-
uses: actions/github-script@v2.0.1
49+
uses: actions/github-script@v2
5050
with:
5151
github-token: ${{secrets.GITHUB_TOKEN}}
5252
script: |

.github/workflows/valid-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Hente kode
9-
uses: actions/checkout@v2.3.2
9+
uses: actions/checkout@v2
1010
- name: Sette opp Node
1111
uses: actions/setup-node@v1
1212
with:
@@ -15,7 +15,7 @@ jobs:
1515
id: yarn-cache
1616
run: echo "::set-output name=dir::$(yarn cache dir)"
1717
- name: Cache node modules
18-
uses: actions/cache@v1.1.0
18+
uses: actions/cache@v2
1919
with:
2020
path: ${{ steps.yarn-cache.outputs.dir }}
2121
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

packages/storybook/stories/fakta/mocks/uttak/far-søker-første-seks-uker/aksjonspunkter.json

-48
This file was deleted.

packages/storybook/stories/fakta/mocks/uttak/far-søker-første-seks-uker/behandling.json

-193
This file was deleted.

packages/storybook/stories/fakta/mocks/uttak/far-søker-første-seks-uker/faktaArbeidsforhold.json

-15
This file was deleted.

packages/storybook/stories/fakta/mocks/uttak/far-søker-første-seks-uker/familiehendelse.json

-53
This file was deleted.

0 commit comments

Comments
 (0)