From 99efbe679ddce1f16a24bbcf824d8a5f2f473b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:47:25 +0000 Subject: [PATCH] Bump the version-updates group with 5 updates 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](https://github.com/fish-shop/install-fish-shell/compare/7efaf348a2248a6ea62fe53bf9f9fbd501d71925...9853bc042e8901ef296a410f2e305481e0ac48dc) Updates `fish-shop/indent-check` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/fish-shop/indent-check/releases) - [Commits](https://github.com/fish-shop/indent-check/compare/11bb4058403623b9ac88cffe9b21d85eb5bcd74f...a444fe76743f431f50427a1336527533a0f00f2f) Updates `fish-shop/syntax-check` from 2.2.5 to 2.2.6 - [Release notes](https://github.com/fish-shop/syntax-check/releases) - [Commits](https://github.com/fish-shop/syntax-check/compare/bb1a88b5c1015d01f616f2102207f918894579f3...2be9c492520529c68a4ebd408e663bfbe69f469c) Updates `fish-shop/install-plugin` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/47c18e00a3feb0b780f74cb37707e2eabc91dfa9...f148235925925b93c641fefcce15bb0e0704a75b) 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](https://github.com/fish-shop/run-fishtape-tests/compare/ecd102b1d3ef1079881561437aaeb94fce37bd40...bcabfc72ac196dd235b115676cdc162308193df7) --- 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] --- .github/workflows/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a021b64..1e30bc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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: @@ -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 }}