Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GA(deps): Bump svenstaro/upx-action from 2.0.1 to 2.2.0 #492

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Bumps svenstaro/upx-action from 2.0.1 to 2.2.0.

Release notes

Sourced from svenstaro/upx-action's releases.

2.1.0

  • Update to node 16 and update all dependencies
Changelog

Sourced from svenstaro/upx-action's changelog.

[2.2.0] - 2023-01-13

[2.1.0] - 2023-01-11

  • Update to node 16 and update all dependencies
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from vrom911 as a code owner January 13, 2023 15:56
@dependabot dependabot bot added CI CI integgrations, deployments etc. library 📚 Library choice, update library versions labels Jan 13, 2023
@tomjaguarpaw tomjaguarpaw force-pushed the dependabot/github_actions/svenstaro/upx-action-2.2.0 branch from 53cf167 to 95441a7 Compare October 12, 2023 09:42
@tomjaguarpaw tomjaguarpaw force-pushed the dependabot/github_actions/svenstaro/upx-action-2.2.0 branch from 95441a7 to f770ea1 Compare October 12, 2023 10:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2023

A newer version of svenstaro/upx-action exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@tomjaguarpaw tomjaguarpaw force-pushed the dependabot/github_actions/svenstaro/upx-action-2.2.0 branch from f770ea1 to fdfd7f8 Compare October 12, 2023 20:52
Bumps [svenstaro/upx-action](https://github.com/svenstaro/upx-action) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/svenstaro/upx-action/releases)
- [Changelog](https://github.com/svenstaro/upx-action/blob/master/CHANGELOG.md)
- [Commits](svenstaro/upx-action@2.0.1...2.2.0)

---
updated-dependencies:
- dependency-name: svenstaro/upx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@tomjaguarpaw tomjaguarpaw force-pushed the dependabot/github_actions/svenstaro/upx-action-2.2.0 branch from fdfd7f8 to ce31775 Compare October 13, 2023 10:10
@tomjaguarpaw tomjaguarpaw merged commit 8d5e01d into main Oct 13, 2023
1 of 7 checks passed
@tomjaguarpaw tomjaguarpaw deleted the dependabot/github_actions/svenstaro/upx-action-2.2.0 branch October 13, 2023 10:10
@tomjaguarpaw
Copy link
Collaborator

On the release CI I got the following error, so hopefully this fixes that:

Run svenstaro/[email protected]
  with:
    file: ./dist/stan
    strip: true
  env:
    GIT_TAG_NAME: 0.1.0.0
    BINARY_PATH: ./dist/stan
node:internal/modules/cjs/loader:1031
  throw err;
  ^

Error: Cannot find module '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/binding-v4.0.6-node-v93-linux-x64/lzma_native.node'
Require stack:
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/decompress-tarxz/index.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/action.js
- /home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/main.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
    at Function.Module._load (node:internal/modules/cjs/loader:873:27)
    at Module.require (node:internal/modules/cjs/loader:1100:19)
    at require (node:internal/modules/cjs/helpers:108:18)
    at /home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js:13:14
    at Object.<anonymous> (/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js:597:3)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:32)
    at Function.Module._load (node:internal/modules/cjs/loader:911:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/lzma-native/index.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/node_modules/decompress-tarxz/index.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/action.js',
    '/home/runner/work/_actions/svenstaro/upx-action/2.0.1/lib/main.js'
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI integgrations, deployments etc. library 📚 Library choice, update library versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant