mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-09 17:04:26 -04:00
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.1 to 2.79.9.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](b550161ef8...8f531eaecd)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.79.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
23 lines
560 B
YAML
23 lines
560 B
YAML
name: Rust version
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: ["main", "features/**", "release-**"]
|
|
pull_request:
|
|
branches: ["main", "features/**", "release-**"]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
msrv:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
with:
|
|
persist-credentials: false
|
|
- uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # cargo-hack
|
|
with:
|
|
tool: cargo-hack
|
|
- run: cargo hack check --rust-version --workspace --all-targets
|