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

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