Skip to content

Conversation

@FrederikHeinrich
Copy link
Contributor

Summary

  • upgrade checkout and setup-java actions to v4

Testing

  • act -n -j generate-matrix -W .github/workflows/test.yml (fails: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?)
  • ./gradlew test (fails: Plugin [id: 'fabric-loom', version: '1.11-SNAPSHOT'] was not found)

https://chatgpt.com/codex/tasks/task_e_6899e5463a58832d817fac2d1b94838f

FrederikHeinrich and others added 26 commits August 3, 2025 06:33
* feat(publish_test): append branch name to version tags

* fix(publish_test): correct condition for only description input (#3) (#4)

* fix(build): correct debugMode property assignment

* fix(build): correct debugMode property assignment logic

* feat(build): add debug mode logging for Modrinth upload configuration

* feat(build): add debug mode detection for Modrinth upload configuration
* feat(build): add versionType to BuildInfo and log output

* chore(changelog): update changelog template and add label extractor

* chore(changelog): comment out changelog configuration in publish_test.yml

* chore(changelog): comment out changelog configuration in publish_test.yml

* refactor(publish_test): remove single_version option and simplify version handling (#8)

* Feat/action cleanup (#9)

* refactor(publish_test): remove single_version option and simplify version handling

* chore(changelog): update changelog configuration and improve template structure
Copilot AI review requested due to automatic review settings August 11, 2025 13:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates GitHub Actions versions in the test workflow, specifically upgrading actions/checkout from v3 to v4 and actions/setup-java from v3 to v4 to use more recent versions of these actions.

  • Upgraded actions/checkout from v3 to v4 across all jobs
  • Upgraded actions/setup-java from v3 to v4 in the test job

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants