Skip to content

Commit f4f7a4d

Browse files
chore(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [jdx/mise-action](https://github.com/jdx/mise-action) | `2` | `3` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `3` | `4` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.8.0` | `1.12.0` | | [azure/setup-kubectl](https://github.com/azure/setup-kubectl) | `3` | `4` | 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 `jdx/mise-action` from 2 to 3 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) Updates `azure/setup-helm` from 3 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@v3...v4) Updates `helm/kind-action` from 1.8.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.8.0...v1.12.0) Updates `azure/setup-kubectl` from 3 to 4 - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md) - [Commits](Azure/setup-kubectl@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: azure/setup-helm dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: helm/kind-action dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: azure/setup-kubectl dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52ea719 commit f4f7a4d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
env:
1919
HELM_CACHE_HOME: /tmp/helm-cache/
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

23-
- uses: jdx/mise-action@v2
23+
- uses: jdx/mise-action@v3
2424

2525
- uses: actions/cache@v4
2626
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
fetch-depth: 0
4343

@@ -46,7 +46,7 @@ jobs:
4646
git config user.name "$GITHUB_ACTOR"
4747
git config user.email "[email protected]"
4848
49-
- uses: jdx/mise-action@v2
49+
- uses: jdx/mise-action@v3
5050

5151
- name: Run chart-releaser
5252
uses: helm/[email protected]

.github/workflows/release-with-version.yml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
fetch-depth: 0
4343
token: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +50,7 @@ jobs:
5050
git config tag.gpgsign false
5151
5252
- name: Setup mise
53-
uses: jdx/mise-action@v2
53+
uses: jdx/mise-action@v3
5454

5555
- name: Display release information
5656
run: |

.github/workflows/validate-helm-examples.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
examples: ${{ steps.set-matrix.outputs.examples }}
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Find all examples and create matrix
2424
id: set-matrix
@@ -42,10 +42,10 @@ jobs:
4242

4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Set up Helm
48-
uses: azure/setup-helm@v3
48+
uses: azure/setup-helm@v4
4949
with:
5050
version: 'latest'
5151

@@ -120,22 +120,22 @@ jobs:
120120

121121
steps:
122122
- name: Checkout code
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v5
124124

125125
- name: Set up Helm
126-
uses: azure/setup-helm@v3
126+
uses: azure/setup-helm@v4
127127
with:
128128
version: 'latest'
129129

130130
# Create a kind cluster for actual deployment testing
131131
- name: Create kind cluster
132-
uses: helm/kind-action@v1.8.0
132+
uses: helm/kind-action@v1.12.0
133133
with:
134134
cluster_name: ggscout-test
135135
wait: 120s
136136

137137
- name: Install kubectl
138-
uses: azure/setup-kubectl@v3
138+
uses: azure/setup-kubectl@v4
139139
with:
140140
version: 'latest'
141141

0 commit comments

Comments
 (0)