Skip to content

Commit d103bab

Browse files
authored
Merge pull request #281 from nais/dependabot/github_actions/gha-b9b1da031c
chore(deps): bump the gha group with 4 updates
2 parents ce39337 + 6d66b9b commit d103bab

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/master.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
chart: true
3838
steps:
3939
- uses: actions/checkout@v4 # ratchet:exclude
40-
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # ratchet:azure/setup-helm@v3
40+
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # ratchet:azure/setup-helm@v3
4141
if: matrix.chart
4242
with:
4343
version: "v3.11.1"
@@ -78,7 +78,7 @@ jobs:
7878
- name: "Authenticate to Google Cloud"
7979
if: matrix.chart && github.ref == 'refs/heads/master'
8080
id: "auth"
81-
uses: "google-github-actions/auth@v1" # ratchet:exclude
81+
uses: "google-github-actions/auth@v2" # ratchet:exclude
8282
with:
8383
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
8484
service_account: "[email protected]"

.github/workflows/test-job.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Deploy to NAIS
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: deploy to ${{ github.event.inputs.cluster }}
18-
uses: nais/deploy/actions/deploy@v1
18+
uses: nais/deploy/actions/deploy@v2
1919
env:
2020
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
2121
CLUSTER: ${{ github.event.inputs.cluster }}

.github/workflows/test-naisjob-without-schedule.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Deploy to NAIS
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: deploy to ${{ github.event.inputs.cluster }}
18-
uses: nais/deploy/actions/deploy@v1
18+
uses: nais/deploy/actions/deploy@v2
1919
env:
2020
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
2121
CLUSTER: ${{ github.event.inputs.cluster }}

.github/workflows/test-naisjob.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Deploy to NAIS
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: deploy to ${{ github.event.inputs.cluster }}
18-
uses: nais/deploy/actions/deploy@v1
18+
uses: nais/deploy/actions/deploy@v2
1919
env:
2020
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
2121
CLUSTER: ${{ github.event.inputs.cluster }}

0 commit comments

Comments
 (0)