From 3b43d03316de37da7e4ff3a256ce13c3a5cc79ae Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sat, 13 Jul 2024 01:47:44 +0100 Subject: [PATCH] Use fish-shop/install-fish-shell action --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a271fd..cebe477 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install fish shell - uses: fish-actions/install-fish@d6d9d26231a15f8d9a6b3e74b3db45512440e3e8 # v1.1.0 + uses: fish-shop/install-fish-shell@10b4065b2fb7c15c5a2cad50ea1a7ef99dd6dc16 # v1.0.0 - name: Create syntactically valid fish shell function run: | cat << EOF >./valid-syntax.fish diff --git a/README.md b/README.md index ee01dc0..b2e123f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Here's an example from the test workflow for [Pond](https://github.com/marcranso ## Prerequisites -This action requires the [fish shell](https://fishshell.com). You can install it using the [fish-actions/install-fish](https://github.com/fish-actions/install-fish) action. +This action requires the [fish shell](https://fishshell.com). You can install it using the [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) action. ## Usage