Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 (#300)
Browse files Browse the repository at this point in the history
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/hmarr/debug-action/releases)
- [Commits](hmarr/debug-action@v2.1.0...v3.0.0)

---
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>
Co-authored-by: Sergey Zhuk <[email protected]>
  • Loading branch information
dependabot[bot] and farioas authored Feb 5, 2024
1 parent e5bddf0 commit f50d965
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Add Workflow link to command comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Add Workflow link to command comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: "PR label validator"
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0
- uses: thehanimo/[email protected]
name: "Validate PR's title"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 1
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: 'Validate command'
id: determine_command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.head_ref, 'fb-')
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Sync PR
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-lse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.head_ref, 'fb-')
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: hmarr/debug-action@v3.0.0

- name: Check user's membership
uses: actions/github-script@v7
Expand Down

0 comments on commit f50d965

Please sign in to comment.