Skip to content

Commit 093ff2c

Browse files
chore(deps): bump the gha group across 1 directory with 6 updates
Bumps the gha group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4.3.0` | `4.3.1` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2` | `3` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `azure/setup-helm` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@b9e5190...1a275c3) Updates `google-github-actions/auth` from 2 to 3 - [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@v2...v3) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 961addd commit 093ff2c

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
working-directory: actions/spa-setup-task
2525

2626
steps:
27-
- uses: actions/checkout@v4
28-
- uses: actions/setup-node@v4
27+
- uses: actions/checkout@v5
28+
- uses: actions/setup-node@v6
2929
with:
3030
node-version: '20'
3131
- run: yarn install
@@ -41,7 +41,7 @@ jobs:
4141
id: diff
4242

4343
# If index.js was different than expected, upload the expected version as an artifact
44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@v5
4545
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4646
with:
4747
name: dist

.github/workflows/master.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- component: canary-deployer
3737
chart: true
3838
steps:
39-
- uses: actions/checkout@v4 # ratchet:exclude
40-
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # ratchet:azure/setup-helm@v3
39+
- uses: actions/checkout@v5 # ratchet:exclude
40+
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # 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@v2" # ratchet:exclude
81+
uses: "google-github-actions/auth@v3" # ratchet:exclude
8282
with:
8383
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
8484
service_account: "gh-deploy@nais-io.iam.gserviceaccount.com"
@@ -136,9 +136,9 @@ jobs:
136136
- build_and_push
137137
runs-on: ubuntu-22.04
138138
steps:
139-
- uses: actions/checkout@v4 # ratchet:exclude
139+
- uses: actions/checkout@v5 # ratchet:exclude
140140

141-
- uses: actions/setup-go@v5
141+
- uses: actions/setup-go@v6
142142
with:
143143
go-version: 'stable'
144144

.github/workflows/test-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Deploy to NAIS
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: deploy to ${{ github.event.inputs.cluster }}
1818
uses: nais/deploy/actions/deploy@v2
1919
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: deploy to ${{ github.event.inputs.cluster }}
2020
uses: nais/deploy/actions/deploy@v2
2121
env:

.github/workflows/test-naisjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Deploy to NAIS
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: deploy to ${{ github.event.inputs.cluster }}
1818
uses: nais/deploy/actions/deploy@v2
1919
env:

0 commit comments

Comments
 (0)