diff --git a/.github/workflows/install_git_hooks_macos.yml b/.github/workflows/install_git_hooks_macos.yml index 788cda3..2c0e5a0 100644 --- a/.github/workflows/install_git_hooks_macos.yml +++ b/.github/workflows/install_git_hooks_macos.yml @@ -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 diff --git a/.github/workflows/install_git_hooks_windows.yml b/.github/workflows/install_git_hooks_windows.yml index 3561669..2318a1a 100644 --- a/.github/workflows/install_git_hooks_windows.yml +++ b/.github/workflows/install_git_hooks_windows.yml @@ -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