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 with 4 updates #205

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Harden runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- name: Check links in Markdown files
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10
uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11
- name: Syntax check fish files
uses: fish-shop/syntax-check@v1
tests:
Expand All @@ -31,14 +31,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@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10
uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11
- name: Install pond
uses: fish-shop/install-plugin@6b841c19617c8dcb06d31d8d1ad4c7a549488c4e # v2.2.14
uses: fish-shop/install-plugin@ac91ae7ea12eb663d445a79caf390ea27f3ee9c2 # v2.2.15
with:
plugin-manager: fisher
plugins: (pwd)
- name: Run Fishtape tests
uses: fish-shop/run-fishtape-tests@f761f39f9575c4194515c931c375caa2d775c46f # v1.5.14
uses: fish-shop/run-fishtape-tests@165e19e89701d7a13d1413fe727335f097afb57b # v1.5.15
with:
pattern: tests/**.fish
install:
Expand All @@ -51,9 +51,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@81b9ed7df3410232158bb4da19425637d9e6f455 # v1.0.10
uses: fish-shop/install-fish-shell@71e42122c25804f971f89857d700c68a7efb3855 # v1.0.11
- name: Install pond using ${{ matrix.plugin-manager }}
uses: fish-shop/install-plugin@6b841c19617c8dcb06d31d8d1ad4c7a549488c4e # v2.2.14
uses: fish-shop/install-plugin@ac91ae7ea12eb663d445a79caf390ea27f3ee9c2 # v2.2.15
with:
plugin-manager: ${{ matrix.plugin-manager }}
plugins: (pwd)
Expand Down