Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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