Skip to content

Commit 0d70ec0

Browse files
github-actions(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [azure/setup-helm](https://github.com/azure/setup-helm). 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/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) 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@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4494323 commit 0d70ec0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-and-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Set up Go
1818
uses: actions/setup-go@v5

.github/workflows/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Checking the author will prevent your Action run failing on non-Dependabot PRs
1717
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1818
steps:
19-
- uses: actions/create-github-app-token@v1
19+
- uses: actions/create-github-app-token@v2
2020
id: app-token
2121
with:
2222
app-id: ${{ vars.ACTIONS_APP_ID }}
@@ -28,7 +28,7 @@ jobs:
2828
uses: dependabot/fetch-metadata@v2
2929

3030
- name: checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
lfs: true
3434

.github/workflows/helm-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Check out repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Login to Registry
4141
uses: docker/login-action@v3
@@ -55,7 +55,7 @@ jobs:
5555
docker-${{ runner.os }}-
5656
5757
- name: Set up Helm
58-
uses: azure/setup-helm@v4.3.0
58+
uses: azure/setup-helm@v4.3.1
5959
with:
6060
version: v3.16.3
6161

.github/workflows/kustomize-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Check out repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Login to Registry
4141
uses: docker/login-action@v3

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: [prod-container-with-docker, package-helm-chart]
3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Create GitHub Release
3636
uses: softprops/action-gh-release@v2
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Check out repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Set up Helm
52-
uses: azure/setup-helm@v4.3.0
52+
uses: azure/setup-helm@v4.3.1
5353
with:
5454
version: v3.16.2
5555

0 commit comments

Comments
 (0)