Skip to content

Conversation

kkebo
Copy link
Contributor

@kkebo kkebo commented Sep 6, 2025

Related discussion thread: #1498

auto-merge was automatically disabled September 9, 2025 21:26

Head branch was pushed to by a user without write access

@kkebo
Copy link
Contributor Author

kkebo commented Sep 9, 2025

@kishikawakatsumi

It seems that we need to change the existing test cases following swiftlang/swift-syntax#3091.

I've fixed tests. 96d5866

All tests now pass in my local environment.

@kishikawakatsumi
Copy link
Member

That was a huge help. Thank you so much!!!

@kishikawakatsumi
Copy link
Member

Superseded #1606

@kishikawakatsumi
Copy link
Member

The fundamental problem is that the “Update Swift Package” action has been stuck for months.

https://github.com/SwiftFiddle/swift-ast-explorer/actions/workflows/spm.yml v

auto-merge was automatically disabled September 10, 2025 06:42

Pull request was closed

@kkebo kkebo deleted the update-swift-syntax branch September 10, 2025 08:09
@kkebo
Copy link
Contributor Author

kkebo commented Sep 10, 2025

The fundamental problem is that the “Update Swift Package” action has been stuck for months.

I recommend to add something like this:

https://github.com/kkebo/zyphy/blob/d9f5762f3514d196fa7ecf9b2ce297512d0b1ce4/.github/dependabot.yml#L18

@kishikawakatsumi
Copy link
Member

kishikawakatsumi commented Sep 10, 2025

@kkebo Does it also detect dependencies that do not explicitly appear in the dependency graph (only recorded in Package.resolved when running swift package update)? That's why I use a custom action.

@kkebo
Copy link
Contributor Author

kkebo commented Sep 10, 2025

@kishikawakatsumi My suggestion is to introduce a bot that updates actions in GitHub Actions, e.g. actions/cache, not Swift dependencies. That's because the “Update Swift Package” actions were failed due to too old actions/cache.

Error: This request has been automatically failed because it uses a deprecated version of actions/cache: v3.2.3. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

@kishikawakatsumi
Copy link
Member

I see, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants