Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Bump the all-actions-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](helm/kind-action@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](pixelfederation/gh-action-gh-release@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent ca4a279 commit 8d43fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d43fae

Please sign in to comment.