From ddc5bae78e0a333abdbbda8810a68add640bec2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:36:52 +0000 Subject: [PATCH] chore(deps): bump fish-shop/install-fish-shell from 2.0.28 to 2.0.29 Bumps [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) from 2.0.28 to 2.0.29. - [Release notes](https://github.com/fish-shop/install-fish-shell/releases) - [Commits](https://github.com/fish-shop/install-fish-shell/compare/v2.0.28...v2.0.29) --- updated-dependencies: - dependency-name: fish-shop/install-fish-shell dependency-version: 2.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index cd51a26..cf832b0 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Install Fish Shell - uses: fish-shop/install-fish-shell@v2.0.28 + uses: fish-shop/install-fish-shell@v2.0.29 - name: Run pre-commit hooks uses: pre-commit/action@v3.0.1 @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Install Fish Shell - uses: fish-shop/install-fish-shell@v2.0.28 + uses: fish-shop/install-fish-shell@v2.0.29 - name: Install FFmpeg run: |