From 551ecb9108215029825238e2eaa87bf01227a4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:22:18 +0000 Subject: [PATCH] Bump the version-updates group with 2 updates Bumps the version-updates group with 2 updates: [fish-shop/install-plugin-manager](https://github.com/fish-shop/install-plugin-manager) and [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell). Updates `fish-shop/install-plugin-manager` from 2.3.15 to 2.3.16 - [Release notes](https://github.com/fish-shop/install-plugin-manager/releases) - [Commits](https://github.com/fish-shop/install-plugin-manager/compare/27e9fb2d3b64a0027eec87d8d71003634daaa061...30ba82d54393d794b4d2fa5748ac820020e2f7ab) Updates `fish-shop/install-fish-shell` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/fish-shop/install-fish-shell/releases) - [Commits](https://github.com/fish-shop/install-fish-shell/compare/26cbc61c0cea30a02753720b2bf4b5f56060520d...5fadf9b604174762432f967430efcca15b0f9f18) --- updated-dependencies: - dependency-name: fish-shop/install-plugin-manager dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: fish-shop/install-fish-shell dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dc42d1..865c622 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install fish shell - uses: fish-shop/install-fish-shell@26cbc61c0cea30a02753720b2bf4b5f56060520d # v1.0.27 + uses: fish-shop/install-fish-shell@5fadf9b604174762432f967430efcca15b0f9f18 # v1.0.28 - if: matrix.plugin-manager != 'oh-my-fish' name: Install plugin using / name uses: ./ diff --git a/action.yml b/action.yml index 8b4ed81..7770e2b 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: 'composite' steps: - - uses: fish-shop/install-plugin-manager@27e9fb2d3b64a0027eec87d8d71003634daaa061 # v2.3.15 + - uses: fish-shop/install-plugin-manager@30ba82d54393d794b4d2fa5748ac820020e2f7ab # v2.3.16 with: plugin-manager: ${{ inputs.plugin-manager }} - name: Install plugins