Skip to content

Commit

Permalink
build(deps): bump hmarr/debug-action from 2 to 3
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]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent b478dd0 commit 7aa70e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- uses: actions/checkout@v4
- name: Prepare setup
run: cp -a .ruby-version docs/v3/.ruby-version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
Rubocop:
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite/setup
- name: Run Rubocop
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite/setup
- name: Run tests
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
ports:
- 3306:3306
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite/setup
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_backwards_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- name: Checkout code to run the db migration with
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
ports:
- 3306:3306
steps:
- uses: hmarr/debug-action@v2
- uses: hmarr/debug-action@v3
- name: Checkout code to run the db migration with
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7aa70e0

Please sign in to comment.