Skip to content

Commit 7e5e091

Browse files
chore(deps): bump taiki-e/install-action in the actions group
Bumps the actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.86.7 to 2.87.0 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@b6ff580...37f7c57) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db2d831 commit 7e5e091

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
workspaces: dpp-engine
8181
- name: Install cargo-nextest
82-
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
82+
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
8383
with:
8484
tool: nextest
8585
# Run first, and as its own step, so "the API description no longer
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
workspaces: dpp-engine
150150
- name: Install cargo-nextest
151-
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
151+
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
152152
with:
153153
tool: nextest
154154
- name: Create results dir
@@ -393,7 +393,7 @@ jobs:
393393
working-directory: dpp-engine
394394
run: bash scripts/check-audit-register.test.sh
395395
- name: Install cargo-deny
396-
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
396+
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
397397
with:
398398
tool: cargo-deny
399399
- name: cargo deny (bans, licenses, sources)
@@ -416,7 +416,7 @@ jobs:
416416
with:
417417
workspaces: dpp-engine
418418
- name: Install cargo-nextest
419-
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
419+
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
420420
with:
421421
tool: nextest
422422
- name: PostgreSQL integration tests (check + clippy + pg_integration)

0 commit comments

Comments
 (0)