Skip to content

build(deps): bump taiki-e/install-action from 2.58.30 to 2.62.13#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.62.13
Closed

build(deps): bump taiki-e/install-action from 2.58.30 to 2.62.13#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.62.13

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 29, 2025

Bumps taiki-e/install-action from 2.58.30 to 2.62.13.

Release notes

Sourced from taiki-e/install-action's releases.

2.62.13

  • Update zizmor@latest to 1.14.2.

2.62.12

  • Update mise@latest to 2025.9.23.

2.62.11

  • Update mise@latest to 2025.9.21.

  • Update just@latest to 1.43.0.

2.62.10

  • Update mise@latest to 2025.9.20.

  • Update zizmor@latest to 1.14.1.

2.62.9

  • Update espup@latest to 0.16.0.

  • Update cargo-binstall@latest to 1.15.6.

2.62.8

  • Update typos@latest to 1.36.3.

  • Update mise@latest to 2025.9.19.

2.62.7

  • Update mise@latest to 2025.9.18.

  • Update rclone@latest to 1.71.1.

2.62.6

  • Update wasm-bindgen@latest to 0.2.104.

  • Update mise@latest to 2025.9.17.

2.62.5

  • Update wasmtime@latest to 37.0.1.

  • Update uv@latest to 0.8.22.

  • Update uv@latest to 0.8.21.

2.62.4

  • Update mise@latest to 2025.9.16.

2.62.3

  • Update uv@latest to 0.8.20.

2.62.2

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.62.13] - 2025-09-29

  • Update zizmor@latest to 1.14.2.

[2.62.12] - 2025-09-29

  • Update mise@latest to 2025.9.23.

[2.62.11] - 2025-09-28

  • Update mise@latest to 2025.9.21.

  • Update just@latest to 1.43.0.

[2.62.10] - 2025-09-27

  • Update mise@latest to 2025.9.20.

  • Update zizmor@latest to 1.14.1.

[2.62.9] - 2025-09-26

  • Update espup@latest to 0.16.0.

  • Update cargo-binstall@latest to 1.15.6.

[2.62.8] - 2025-09-26

  • Update typos@latest to 1.36.3.

  • Update mise@latest to 2025.9.19.

[2.62.7] - 2025-09-25

  • Update mise@latest to 2025.9.18.

  • Update rclone@latest to 1.71.1.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.30 to 2.62.13.
- [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@c0dee14...d0f4f69)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.62.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 6, 2025

Superseded by #8.

@dependabot dependabot Bot closed this Oct 6, 2025
@dependabot dependabot Bot deleted the dependabot/github_actions/taiki-e/install-action-2.62.13 branch October 6, 2025 16:40
brkben pushed a commit that referenced this pull request May 21, 2026
Rewrite CI workflow for rustup+apt+GHCR

Replace the inherited multi-workflow CI with a single streamlined
workflow that installs Rust via rustup, system deps via apt, builds
with sccache, and publishes to GHCR.

Remove AWS/ECR dependencies from local-environment-tests action

The fork has no repo secrets configured. Strip the AWS credential
and ECR login steps from the composite action since images are
pulled from GHCR via GITHUB_TOKEN instead.

Remove invalid 'ci' marker from local-env test matrix

The 'ci' marker doesn't exist in pytest.ini, causing pytest to
collect 0 tests and exit with code 5. The upstream v1.8 matrix
never included it.

Add cargo test step to CI workflow

Exclude cardano-offchain integration tests from CI cargo test

The bridge_deposits test requires Ogmios + Cardano node Docker
infrastructure that isn't available in the CI runner.

Exclude demo-node from cargo test (requires debug binary)

The registration_signatures test uses assert_cmd::cargo_bin() which
expects a debug build, but CI only builds --release. Exclude it to
avoid a redundant full debug compilation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants