Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the version-updates group across 1 directory with 5 updates #256

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33
uses: fish-shop/install-fish-shell@75224b05130a013cac23b5d805158a860acad315 # v1.0.34
- name: Check indentation
uses: fish-shop/indent-check@68637018490531f521a6796ad3f91d36a297f931 # v1.0.20
uses: fish-shop/indent-check@4090341d52535f561e05ba501adc774199014902 # v1.0.22
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@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33
uses: fish-shop/install-fish-shell@75224b05130a013cac23b5d805158a860acad315 # v1.0.34
- name: Syntax check fish files
uses: fish-shop/syntax-check@040c73d40a6c6cc80f8083495e751ffd1c21ad1b # v2.2.21
uses: fish-shop/syntax-check@a6713c360536415d3d23ed2829ecb8d55ef56e05 # v2.2.22
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@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33
uses: fish-shop/install-fish-shell@75224b05130a013cac23b5d805158a860acad315 # v1.0.34
- name: Install pond
uses: fish-shop/install-plugin@7d87b64330672265cdf5b386d9f3de3e2c87344a # v2.3.23
uses: fish-shop/install-plugin@a578569b9429fc919771280c408eb974e46197bb # v2.3.24
with:
plugin-manager: fisher
plugins: ${{ github.workspace }}
- name: Run Fishtape tests
uses: fish-shop/run-fishtape-tests@82ca39186382bfbe1198f8d2cc4f07444b35f2c3 # v2.3.21
uses: fish-shop/run-fishtape-tests@8171a2517686dc2fb280a4273023ca7d70b0d416 # v2.3.22
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@73e2dba3355ae16eec67cf01c8038519fde687c4 # v1.0.33
uses: fish-shop/install-fish-shell@75224b05130a013cac23b5d805158a860acad315 # v1.0.34
- name: Install pond using ${{ matrix.plugin-manager }}
uses: fish-shop/install-plugin@7d87b64330672265cdf5b386d9f3de3e2c87344a # v2.3.23
uses: fish-shop/install-plugin@a578569b9429fc919771280c408eb974e46197bb # v2.3.24
with:
plugin-manager: ${{ matrix.plugin-manager }}
plugins: ${{ github.workspace }}
Expand Down
Loading