From eeb016373e851d0c99cd142f53f436e95d67c507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:58:50 +0000 Subject: [PATCH] Update GuillaumeFalourd/assert-command-line-output action to v2.3 --- .github/workflows/install_git_hooks_macos.yml | 4 ++-- .github/workflows/install_git_hooks_windows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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