Skip to content

Commit 9df24cc

Browse files
Bump the all group across 1 directory with 2 updates (#1329)
Bumps the all group with 2 updates in the / directory: [helm/kind-action](https://github.com/helm/kind-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `helm/kind-action` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.13.0...v1.14.0) Updates `aws-actions/configure-aws-credentials` from 5 to 6 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v5...v6) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a935fd4 commit 9df24cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
tags: "titiler:dev"
6868

6969
- name: Create kind cluster
70-
uses: helm/kind-action@v1.13.0
70+
uses: helm/kind-action@v1.14.0
7171
if: steps.list-changed.outputs.changed == 'true'
7272

7373
- name: Load container image in kind cluster

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535

3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@v5
37+
uses: aws-actions/configure-aws-credentials@v6
3838
with:
3939
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4040
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)