Skip to content

Commit d5c3b4b

Browse files
chore(deps): bump the gha group with 4 updates
Bumps the gha group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [azure/setup-helm](https://github.com/azure/setup-helm), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [nais/deploy](https://github.com/nais/deploy). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `azure/setup-helm` from 3.5 to 4 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@5119fcb...fe7b79c) Updates `google-github-actions/auth` from 1 to 2 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) Updates `nais/deploy` from 1 to 2 - [Release notes](https://github.com/nais/deploy/releases) - [Commits](v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: nais/deploy dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e35a439 commit d5c3b4b

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)