Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2021

Bumps ilammy/msvc-dev-cmd from v1.5.0 to v1.6.0.

Release notes

Sourced from ilammy/msvc-dev-cmd's releases.

msvc-dev-cmd v1.6.0

  • You can now specify architectures with aliases (resolved #26).

    - uses: ilammy/msvc-dev-cmd@v1
      with:
        arch: Win32   # same as x86

    Win64 is also supported as an alias for x64 or amd64.

  • If some parameter is incorrect, this should cause the action to fail as expected (resolved #27).

Great, another “Marketplace Developer Agreement. Of course I never read it, I'm not a laywer.

Commits

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 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 [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) from v1.5.0 to v1.6.0.
- [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases)
- [Commits](ilammy/msvc-dev-cmd@v1.5.0...24b406e)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2021
@mitza-oci mitza-oci merged commit 6c45822 into master Mar 9, 2021
@mitza-oci mitza-oci deleted the dependabot/github_actions/ilammy/msvc-dev-cmd-v1.6.0 branch March 9, 2021 14:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent failures with invalid arch 'Win32' as an alias of 'x86'
2 participants