From 30ccf00740385b768145b3a1a756ff1c578f2734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:50:10 +0000 Subject: [PATCH] Bump fish-shop/install-plugin from 2.2.8 to 2.2.9 Bumps [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) from 2.2.8 to 2.2.9. - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/85ba3543a365d40ab5e15c74c89498dbb414e432...fda0e77e60b2ace5efd7115800dc1ef9b4111f6c) --- 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 1bf807d..9a972ed 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@d00909f23ad6c123a1a0e3c056d77dd9305b9daf # v1.0.6 - name: Install pond - uses: fish-shop/install-plugin@85ba3543a365d40ab5e15c74c89498dbb414e432 # v2.2.8 + uses: fish-shop/install-plugin@fda0e77e60b2ace5efd7115800dc1ef9b4111f6c # v2.2.9 with: plugin-manager: fisher plugins: (pwd) @@ -53,7 +53,7 @@ jobs: - name: Install fish shell uses: fish-shop/install-fish-shell@d00909f23ad6c123a1a0e3c056d77dd9305b9daf # v1.0.6 - name: Install pond using ${{ matrix.plugin-manager }} - uses: fish-shop/install-plugin@85ba3543a365d40ab5e15c74c89498dbb414e432 # v2.2.8 + uses: fish-shop/install-plugin@fda0e77e60b2ace5efd7115800dc1ef9b4111f6c # v2.2.9 with: plugin-manager: ${{ matrix.plugin-manager }} plugins: (pwd)