Skip to content

Commit

Permalink
Bump hckops/actions from 0.10.9 to 0.10.10 (#12)
Browse files Browse the repository at this point in the history
Bumps [hckops/actions](https://github.com/hckops/actions) from 0.10.9 to 0.10.10.
- [Commits](hckops/actions@v0.10.9...v0.10.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 972b6b6 commit ab21b78
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 @@ -59,7 +59,7 @@ jobs:

- name: Docker CI
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && matrix.images.nightly) }}
uses: hckops/actions/[email protected].9
uses: hckops/actions/[email protected].10
with:
DOCKER_CONTEXT: ./docker/${{ matrix.images.path }}/${{ matrix.images.name }}
DOCKER_IMAGE_NAME: ${{ matrix.images.name }}
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/[email protected].9
uses: hckops/actions/[email protected].10

helm-release:
# release depends on lint
Expand Down

0 comments on commit ab21b78

Please sign in to comment.