use-ink / cargo-contract

Setup and deployment tool for developing Wasm based smart contracts via ink!
GNU General Public License v3.0
241 stars 117 forks source link

Bump taiki-e/install-action from 2.34.3 to 2.38.4 #1684

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps taiki-e/install-action from 2.34.3 to 2.38.4.

Release notes

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

2.38.4

  • Workaround Cygwin bash's buggy behavior. (#534) This fixes an installation issue when default bash was overridden like the following:

    echo "C:\tools\cygwin\bin" >> $GITHUB_PATH
    

2.38.3

  • Workaround msys64 bash's buggy behavior. (#533) This fixes an installation issue when default bash was overridden like the following:

    echo "C:\msys64\usr\bin" >> $GITHUB_PATH
    
  • Update typos@latest to 1.22.4.

  • Update earthly@latest to 0.8.14.

2.38.2

  • Update syft@latest to 1.6.0.

2.38.1

  • Update biome@latest to 1.8.1.

2.38.0

  • Support earthly. (#520, thanks @​jayvdb)

  • Support deepsource. (#522, thanks @​jayvdb)

  • Add fallback: none input option to ensure that fallback is not used. (#517)

  • cargo-nextest installation no longer use cargo-binstall. (#518) This improves security, performance, robustness of installation. See #487 for more.

  • Update dprint@latest to 0.46.2.

  • Workaround glibc compatibility issue on archlinux. (#525, thanks @​jayvdb)

2.37.0

... (truncated)

Changelog

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

[2.38.4] - 2024-06-11

  • Workaround Cygwin bash's buggy behavior. (#534) This fixes an installation issue when default bash was overridden like the following:

    echo "C:\tools\cygwin\bin" >> $GITHUB_PATH
    

[2.38.3] - 2024-06-11

  • Workaround MSYS64 bash's buggy behavior. (#533) This fixes an installation issue when default bash was overridden like the following:

    echo "C:\msys64\usr\bin" >> $GITHUB_PATH
    
  • Update typos@latest to 1.22.4.

  • Update earthly@latest to 0.8.14.

[2.38.2] - 2024-06-10

  • Update syft@latest to 1.6.0.

[2.38.1] - 2024-06-10

  • Update biome@latest to 1.8.1.

[2.38.0] - 2024-06-09

  • Support earthly. (#520, thanks @​jayvdb)

  • Support deepsource. (#522, thanks @​jayvdb)

  • Add fallback: none input option to ensure that fallback is not used. (#517)

  • cargo-nextest installation no longer use cargo-binstall. (#518) This improves security, performance, robustness of installation. See #487 for more.

  • Update dprint@latest to 0.46.2.

  • Workaround glibc compatibility issue on archlinux. (#525, thanks @​jayvdb)

[2.37.0] - 2024-06-08

... (truncated)

Commits
  • 07a34f8 Release 2.38.4
  • e626313 Workaround Cygwin bash's buggy behavior
  • 01c63d2 Improve diagnostics for non-default bash on Windows
  • 43f5aa7 Release 2.38.3
  • 1330af6 Update changelog
  • 01ad6be Workaround msys64 bash's buggy behavior
  • 0a18e24 Update typos@latest to 1.22.4
  • ca13ba3 Update earthly@latest to 0.8.14
  • fa446e9 Update cargo-rdme manifest
  • 3c1a9d6 codegen: Mark cargo-rdme 1.4.4 as broken
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 2 months ago

Superseded by #1685.