Skip to content

Commit

Permalink
Bump hckops/actions from 0.11.0 to 0.11.3 (#27)
Browse files Browse the repository at this point in the history
Bumps [hckops/actions](https://github.com/hckops/actions) from 0.11.0 to 0.11.3.
- [Commits](hckops/actions@v0.11.0...v0.11.3)

---
updated-dependencies:
- dependency-name: hckops/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 3cb0efc commit 83d0f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Docker CI
if: ${{ !matrix.images.skip && (github.event_name != 'schedule' || (github.event_name == 'schedule' && matrix.images.nightly)) }}
uses: hckops/actions/docker-template-action@v0.11.0
uses: hckops/actions/docker-template-action@v0.11.3
with:
DOCKER_CONTEXT: ./docker/${{ matrix.images.path }}/${{ matrix.images.name }}
# use override or fallback to default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Helm Lint
uses: hckops/actions/helm-lint-action@v0.11.0
uses: hckops/actions/helm-lint-action@v0.11.3

helm-release:
# release depends on lint
Expand Down

0 comments on commit 83d0f9c

Please sign in to comment.