diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 10:34:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 10:34:25 +0100 |
| commit | aa94d36d11f701188a9b8682b8d7d847f13600a8 (patch) | |
| tree | 76b31c729fb8aeb5b9fca11d34115619516451d2 /.github/workflows | |
| parent | chore(deps): Add dependabot for GitHub Actions (#2257) (diff) | |
| download | atuin-aa94d36d11f701188a9b8682b8d7d847f13600a8.zip | |
chore(deps): bump taiki-e/install-action from 1 to 2 (#2267)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 1 to 2.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a5e3aae5..76504612 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v3 - name: Install cross - uses: taiki-e/install-action@v1 + uses: taiki-e/install-action@v2 with: tool: cross |
