mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore(deps): bump taiki-e/install-action in the gha-prod group (#1166)
Bumps the gha-prod group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.85.4 to 2.87.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2.85.4...v2.87.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-prod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a53ada910a
commit
a9b0fd4393
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
- name: Install cargo-generate-rpm
|
||||
uses: taiki-e/install-action@v2.85.4
|
||||
uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: cargo-generate-rpm@0.21
|
||||
- name: Setup cargo cache
|
||||
|
|
|
|||
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2
|
||||
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
|
||||
with:
|
||||
tool: git-cliff
|
||||
- id: version
|
||||
|
|
|
|||
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
# installs via winget below.
|
||||
name: Install zellij (Linux/macOS)
|
||||
if: runner.os != 'Windows'
|
||||
uses: taiki-e/install-action@v2.85.4
|
||||
uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: zellij@0.44.3
|
||||
- name: Install zellij (Windows)
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
run: rustup toolchain install
|
||||
- &nextest-install
|
||||
name: Install nextest
|
||||
uses: taiki-e/install-action@v2.85.4
|
||||
uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: nextest@0.9
|
||||
- &cache
|
||||
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
- *checkout
|
||||
- *toolchain
|
||||
- *nextest-install
|
||||
- uses: taiki-e/install-action@v2.85.4
|
||||
- uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: cargo-llvm-cov@0.8
|
||||
- *cache
|
||||
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
steps:
|
||||
- *checkout
|
||||
- *toolchain
|
||||
- uses: taiki-e/install-action@v2.85.4
|
||||
- uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: cargo-msrv@0.19
|
||||
- name: MSRV Verify
|
||||
|
|
@ -226,7 +226,7 @@ jobs:
|
|||
# https://rust-fuzz.github.io/book/cargo-fuzz/windows/setup.html).
|
||||
if: runner.os == 'Windows'
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: taiki-e/install-action@v2.85.4
|
||||
- uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: cargo-fuzz@0.13
|
||||
- name: Run fuzz targets
|
||||
|
|
@ -268,7 +268,7 @@ jobs:
|
|||
- *checkout
|
||||
- *toolchain
|
||||
- *cache
|
||||
- uses: taiki-e/install-action@v2.85.4
|
||||
- uses: taiki-e/install-action@v2.87.1
|
||||
with:
|
||||
tool: cargo-public-api@0.52
|
||||
- run: rustup toolchain install nightly-x86_64-unknown-linux-gnu
|
||||
|
|
|
|||
Loading…
Reference in a new issue