Skip to content

Commit

Permalink
Bump the version-updates group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the version-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) | `1.0.18` | `1.0.19` |
| [fish-shop/indent-check](https://github.com/fish-shop/indent-check) | `1.0.4` | `1.0.5` |
| [fish-shop/syntax-check](https://github.com/fish-shop/syntax-check) | `2.2.5` | `2.2.6` |
| [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) | `2.3.7` | `2.3.8` |
| [fish-shop/run-fishtape-tests](https://github.com/fish-shop/run-fishtape-tests) | `2.3.5` | `2.3.6` |


Updates `fish-shop/install-fish-shell` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/fish-shop/install-fish-shell/releases)
- [Commits](fish-shop/install-fish-shell@7efaf34...9853bc0)

Updates `fish-shop/indent-check` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/fish-shop/indent-check/releases)
- [Commits](fish-shop/indent-check@11bb405...a444fe7)

Updates `fish-shop/syntax-check` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/fish-shop/syntax-check/releases)
- [Commits](fish-shop/syntax-check@bb1a88b...2be9c49)

Updates `fish-shop/install-plugin` from 2.3.7 to 2.3.8
- [Release notes](https://github.com/fish-shop/install-plugin/releases)
- [Commits](fish-shop/install-plugin@47c18e0...f148235)

Updates `fish-shop/run-fishtape-tests` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/fish-shop/run-fishtape-tests/releases)
- [Commits](fish-shop/run-fishtape-tests@ecd102b...bcabfc7)

---
updated-dependencies:
- dependency-name: fish-shop/install-fish-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fish-shop/indent-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fish-shop/syntax-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fish-shop/install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fish-shop/run-fishtape-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 0a21c6e commit 99efbe6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@7efaf348a2248a6ea62fe53bf9f9fbd501d71925 # v1.0.18
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
- name: Check indentation
uses: fish-shop/indent-check@11bb4058403623b9ac88cffe9b21d85eb5bcd74f # v1.0.4
uses: fish-shop/indent-check@a444fe76743f431f50427a1336527533a0f00f2f # v1.0.5
syntax:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@7efaf348a2248a6ea62fe53bf9f9fbd501d71925 # v1.0.18
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
- name: Syntax check fish files
uses: fish-shop/syntax-check@bb1a88b5c1015d01f616f2102207f918894579f3 # v2.2.5
uses: fish-shop/syntax-check@2be9c492520529c68a4ebd408e663bfbe69f469c # v2.2.6
tests:
strategy:
matrix:
Expand All @@ -40,14 +40,14 @@ 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@7efaf348a2248a6ea62fe53bf9f9fbd501d71925 # v1.0.18
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
- name: Install pond
uses: fish-shop/install-plugin@47c18e00a3feb0b780f74cb37707e2eabc91dfa9 # v2.3.7
uses: fish-shop/install-plugin@f148235925925b93c641fefcce15bb0e0704a75b # v2.3.8
with:
plugin-manager: fisher
plugins: ${{ github.workspace }}
- name: Run Fishtape tests
uses: fish-shop/run-fishtape-tests@ecd102b1d3ef1079881561437aaeb94fce37bd40 # v2.3.5
uses: fish-shop/run-fishtape-tests@bcabfc72ac196dd235b115676cdc162308193df7 # v2.3.6
with:
patterns: tests/**.fish
install:
Expand All @@ -60,9 +60,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@7efaf348a2248a6ea62fe53bf9f9fbd501d71925 # v1.0.18
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
- name: Install pond using ${{ matrix.plugin-manager }}
uses: fish-shop/install-plugin@47c18e00a3feb0b780f74cb37707e2eabc91dfa9 # v2.3.7
uses: fish-shop/install-plugin@f148235925925b93c641fefcce15bb0e0704a75b # v2.3.8
with:
plugin-manager: ${{ matrix.plugin-manager }}
plugins: ${{ github.workspace }}
Expand Down

0 comments on commit 99efbe6

Please sign in to comment.