Skip to content

Commit

Permalink
chore(deps): bump hmarr/debug-action from 2 to 3 (#1397)
Browse files Browse the repository at this point in the history
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/debug-action/releases)
- [Commits](hmarr/debug-action@v2...v3)

---
updated-dependencies:
- dependency-name: hmarr/debug-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Feb 19, 2024
1 parent 20d72d8 commit c4126c9
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-build-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
version: ${{ steps.meta.outputs.version }}
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- name: Checkout
uses: actions/checkout@v4
- name: docker meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
version: ${{ steps.meta.outputs.version }}
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- name: Checkout
uses: actions/checkout@v4
- name: docker meta
Expand Down

0 comments on commit c4126c9

Please sign in to comment.