Skip to content

Commit

Permalink
Update GuillaumeFalourd/assert-command-line-output action to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 7dcd020 commit eeb0163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_git_hooks_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: ./gradlew installGitHooks

- name: Check Pre-Commit File
uses: GuillaumeFalourd/assert-command-line-output@v2.2
uses: GuillaumeFalourd/assert-command-line-output@v2.3
with:
command_line: cat .git/hooks/pre-commit
assert_file_path: git-hooks/pre-commit-macos.sh
expected_result: PASSED

- name: Check Pre-Push File
uses: GuillaumeFalourd/assert-command-line-output@v2.2
uses: GuillaumeFalourd/assert-command-line-output@v2.3
with:
command_line: cat .git/hooks/pre-push
assert_file_path: git-hooks/pre-push-macos.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install_git_hooks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: ./gradlew installGitHooks

- name: Check Pre-Commit File
uses: GuillaumeFalourd/assert-command-line-output@v2.2
uses: GuillaumeFalourd/assert-command-line-output@v2.3
with:
command_line: cat .git/hooks/pre-commit
assert_file_path: git-hooks/pre-commit-windows.sh
expected_result: PASSED

- name: Check Pre-Push File
uses: GuillaumeFalourd/assert-command-line-output@v2.2
uses: GuillaumeFalourd/assert-command-line-output@v2.3
with:
command_line: cat .git/hooks/pre-push
assert_file_path: git-hooks/pre-push-windows.sh
Expand Down

0 comments on commit eeb0163

Please sign in to comment.