From 8d43fae0998343164ccb33c642fdf204d51dd154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:46:42 +0000 Subject: [PATCH] Bump the all-actions-dependencies group with 2 updates Bumps the all-actions-dependencies group with 2 updates: [helm/kind-action](https://github.com/helm/kind-action) and [pixelfederation/gh-action-gh-release](https://github.com/pixelfederation/gh-action-gh-release). Updates `helm/kind-action` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.9.0...v1.10.0) Updates `pixelfederation/gh-action-gh-release` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/pixelfederation/gh-action-gh-release/releases) - [Changelog](https://github.com/pixelfederation/gh-action-gh-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/pixelfederation/gh-action-gh-release/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions-dependencies - dependency-name: pixelfederation/gh-action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/gh-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 867d638..efc6247 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 #- uses: engineerd/setup-kind@v0.5.0 - - uses: helm/kind-action@v1.9.0 + - uses: helm/kind-action@v1.10.0 - name: Check cluster run: | diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index e68a5c5..7c371aa 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -8,7 +8,7 @@ on: jobs: gh-release: - uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.2.1 + uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.2.2 with: # If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3) tag_num: false