Skip to content

Commit

Permalink
Merge pull request #254 from marcransome/dependabot/github_actions/ve…
Browse files Browse the repository at this point in the history
…rsion-updates-1aa8a5ee71
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
2 parents be0ee50 + 37252d2 commit a029e65
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@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:
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@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:
Expand All @@ -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 }}
Expand Down

0 comments on commit a029e65

Please sign in to comment.