Skip to content

Commit

Permalink
Merge pull request #177 from marcransome/dependabot/github_actions/fi…
Browse files Browse the repository at this point in the history
…sh-shop/install-fish-shell-1.0.3
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
2 parents 2878a5e + 2d7348f commit e8b6f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@10b4065b2fb7c15c5a2cad50ea1a7ef99dd6dc16 # v1.0.0
uses: fish-shop/install-fish-shell@986c36345f9d9da820797e5368f0dfad4a4a0e29 # v1.0.3
- name: Syntax check fish files
uses: fish-shop/syntax-check@v1
tests:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Fetch repository history for access to tags in tests
run: git fetch --prune --unshallow --tags --force
- name: Install fish shell
uses: fish-shop/install-fish-shell@10b4065b2fb7c15c5a2cad50ea1a7ef99dd6dc16 # v1.0.0
uses: fish-shop/install-fish-shell@986c36345f9d9da820797e5368f0dfad4a4a0e29 # v1.0.3
- name: Install pond
uses: fish-shop/install-plugin@e87f3a638ddbc165ec0a05274be93eee594395bf # v2.2.5
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@10b4065b2fb7c15c5a2cad50ea1a7ef99dd6dc16 # v1.0.0
uses: fish-shop/install-fish-shell@986c36345f9d9da820797e5368f0dfad4a4a0e29 # v1.0.3
- name: Install pond using ${{ matrix.plugin-manager }}
uses: fish-shop/install-plugin@e87f3a638ddbc165ec0a05274be93eee594395bf # v2.2.5
with:
Expand Down

0 comments on commit e8b6f59

Please sign in to comment.