From 34cee426fb3edc011994f7664aad9b3f83b4c786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:35:34 +0000 Subject: [PATCH] Bump fish-shop/install-plugin from 2.2.6 to 2.2.8 Bumps [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) from 2.2.6 to 2.2.8. - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/2d758540a20e90f474c98de7a22d3a0f9ddad1b2...85ba3543a365d40ab5e15c74c89498dbb414e432) --- updated-dependencies: - dependency-name: fish-shop/install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 462f9b5..8e684a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@b16edb7b39f2b56846ac5d3d13fd195b03cb3a4e # v1.0.4 - name: Install pond - uses: fish-shop/install-plugin@2d758540a20e90f474c98de7a22d3a0f9ddad1b2 # v2.2.6 + uses: fish-shop/install-plugin@85ba3543a365d40ab5e15c74c89498dbb414e432 # v2.2.8 with: plugin-manager: fisher plugins: (pwd) @@ -53,7 +53,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@b16edb7b39f2b56846ac5d3d13fd195b03cb3a4e # v1.0.4 - name: Install pond using ${{ matrix.plugin-manager }} - uses: fish-shop/install-plugin@2d758540a20e90f474c98de7a22d3a0f9ddad1b2 # v2.2.6 + uses: fish-shop/install-plugin@85ba3543a365d40ab5e15c74c89498dbb414e432 # v2.2.8 with: plugin-manager: ${{ matrix.plugin-manager }} plugins: (pwd)