From 37252d22fbad2e5486efe3827debbbea25b23565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:17:58 +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.32` | `1.0.33` | | [fish-shop/indent-check](https://github.com/fish-shop/indent-check) | `1.0.19` | `1.0.20` | | [fish-shop/syntax-check](https://github.com/fish-shop/syntax-check) | `2.2.20` | `2.2.21` | | [fish-shop/install-plugin](https://github.com/fish-shop/install-plugin) | `2.3.22` | `2.3.23` | | [fish-shop/run-fishtape-tests](https://github.com/fish-shop/run-fishtape-tests) | `2.3.20` | `2.3.21` | Updates `fish-shop/install-fish-shell` from 1.0.32 to 1.0.33 - [Release notes](https://github.com/fish-shop/install-fish-shell/releases) - [Commits](https://github.com/fish-shop/install-fish-shell/compare/b96d2a9437cc7e2c53c15554ab1490c1845fa24a...73e2dba3355ae16eec67cf01c8038519fde687c4) Updates `fish-shop/indent-check` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/fish-shop/indent-check/releases) - [Commits](https://github.com/fish-shop/indent-check/compare/89e592fc960ba6a64c51342799f097c2a7be2801...68637018490531f521a6796ad3f91d36a297f931) Updates `fish-shop/syntax-check` from 2.2.20 to 2.2.21 - [Release notes](https://github.com/fish-shop/syntax-check/releases) - [Commits](https://github.com/fish-shop/syntax-check/compare/0e6d9012f4bca820acb6a4113739d04db1ef4efe...040c73d40a6c6cc80f8083495e751ffd1c21ad1b) Updates `fish-shop/install-plugin` from 2.3.22 to 2.3.23 - [Release notes](https://github.com/fish-shop/install-plugin/releases) - [Commits](https://github.com/fish-shop/install-plugin/compare/2df7418eb0a72dded879d8d1bb82bf727d159b2c...7d87b64330672265cdf5b386d9f3de3e2c87344a) Updates `fish-shop/run-fishtape-tests` from 2.3.20 to 2.3.21 - [Release notes](https://github.com/fish-shop/run-fishtape-tests/releases) - [Commits](https://github.com/fish-shop/run-fishtape-tests/compare/66c7222617fadf83db0bd0609973a23f83ef6234...82ca39186382bfbe1198f8d2cc4f07444b35f2c3) --- 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 c7be43e..ad35dce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,18 +17,18 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install fish shell - uses: fish-shop/install-fish-shell@b96d2a9437cc7e2c53c15554ab1490c1845fa24a # v1.0.32 + uses: fish-shop/install-fish-shell@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33 - name: Check indentation - uses: fish-shop/indent-check@89e592fc960ba6a64c51342799f097c2a7be2801 # v1.0.19 + uses: fish-shop/indent-check@68637018490531f521a6796ad3f91d36a297f931 # v1.0.20 syntax: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install fish shell - uses: fish-shop/install-fish-shell@b96d2a9437cc7e2c53c15554ab1490c1845fa24a # v1.0.32 + uses: fish-shop/install-fish-shell@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33 - name: Syntax check fish files - uses: fish-shop/syntax-check@0e6d9012f4bca820acb6a4113739d04db1ef4efe # v2.2.20 + uses: fish-shop/syntax-check@040c73d40a6c6cc80f8083495e751ffd1c21ad1b # v2.2.21 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@b96d2a9437cc7e2c53c15554ab1490c1845fa24a # v1.0.32 + uses: fish-shop/install-fish-shell@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33 - name: Install pond - uses: fish-shop/install-plugin@2df7418eb0a72dded879d8d1bb82bf727d159b2c # v2.3.22 + uses: fish-shop/install-plugin@7d87b64330672265cdf5b386d9f3de3e2c87344a # v2.3.23 with: plugin-manager: fisher plugins: ${{ github.workspace }} - name: Run Fishtape tests - uses: fish-shop/run-fishtape-tests@66c7222617fadf83db0bd0609973a23f83ef6234 # v2.3.20 + uses: fish-shop/run-fishtape-tests@82ca39186382bfbe1198f8d2cc4f07444b35f2c3 # v2.3.21 with: patterns: tests/**.fish install: @@ -60,9 +60,9 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install fish shell - uses: fish-shop/install-fish-shell@b96d2a9437cc7e2c53c15554ab1490c1845fa24a # v1.0.32 + uses: fish-shop/install-fish-shell@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33 - name: Install pond using ${{ matrix.plugin-manager }} - uses: fish-shop/install-plugin@2df7418eb0a72dded879d8d1bb82bf727d159b2c # v2.3.22 + uses: fish-shop/install-plugin@7d87b64330672265cdf5b386d9f3de3e2c87344a # v2.3.23 with: plugin-manager: ${{ matrix.plugin-manager }} plugins: ${{ github.workspace }}