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

Bump actions/checkout from 3 to 4 #36

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

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 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)

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

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 2, 2023
auto-merge was automatically disabled July 31, 2024 15:39

Pull request was closed

Copy link
Author

dependabot bot commented on behalf of github Jul 31, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@0x6675636b796f75676974687562
Copy link
Owner

0x6675636b796f75676974687562 commented Jul 31, 2024

Setting up 32-bit egor-tensin/setup-mingw@v2 with

  with:
    platform: x86
    cygwin: 0
    static: 1
    cc: 1
    hardlinks: 0

repeatedly fails with:

Remove-Item: D:\a\_temp\7a231e22-04f0-4dd9-b12d-4e35184eee19.ps1:140
Line |
 140 |          Remove-Item (Join-Path $mingw_lib 'libpthread.dll.a')
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path
     | 'C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw32\i686-w64-mingw32\lib\libpthread.dll.a' because it
     | does not exist.
Error: Process completed with exit code 1.

See egor-tensin/setup-mingw#14

auto-merge was automatically disabled July 31, 2024 15:47

Pull request was closed

@0x6675636b796f75676974687562
Copy link
Owner

0x6675636b796f75676974687562 commented Jul 31, 2024

Mac OS X tests are still failing with

dlopen(/Users/runner/work/kotlintree/kotlintree/jna-lib/build/resources/main/darwin-x86-64/libtree-sitter.dylib, 0x0009): tried: '/Users/runner/work/kotlintree/kotlintree/jna-lib/build/resources/main/darwin-x86-64/libtree-sitter.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/runner/work/kotlintree/kotlintree/jna-lib/build/resources/main/darwin-x86-64/libtree-sitter.dylib' (no such file), '/Users/runner/work/kotlintree/kotlintree/jna-lib/build/resources/main/darwin-x86-64/libtree-sitter.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))

This is because normal macos-14 and macos-latest images are exclusively Arm64-only.

For more details, see:

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 merged commit bf9b619 into master Jul 31, 2024
12 of 13 checks passed
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 deleted the dependabot/github_actions/actions/checkout-4 branch July 31, 2024 16:26
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.

None yet

2 participants