mirror of
https://github.com/grpc/grpc-swift-extras.git
synced 2026-03-19 21:24:20 +00:00
No description
Motivation * Following [GitHub's announcement](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/), Node 20 is being deprecated and runners will begin using Node 24 by default starting March 4th, 2026. Node 20 will reach end-of-life in April 2026. Modifications * Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24. * Replace `actions/checkout@v4` with `actions/checkout@v6` in all workflow files. Result * Workflow files reference `actions/checkout@v6`. |
||
|---|---|---|
| .github | ||
| dev | ||
| Sources | ||
| Tests | ||
| .editorconfig | ||
| .gitignore | ||
| .license_header_template | ||
| .licenseignore | ||
| .spi.yml | ||
| .swift-format | ||
| .swiftformatignore | ||
| .unacceptablelanguageignore | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| GOVERNANCE.md | ||
| LICENSE | ||
| Package.swift | ||
| README.md | ||
| SECURITY.md | ||
gRPC Swift Extras
This repository contains optional extras for gRPC Swift.
- 📚 Documentation is available on the Swift Package Index
- 🎓 Tutorials are available in the documentation for
grpc/grpc-swifton the [Swift Package Index][spi-grpc-swift]. - 💻 Examples are available in the
Examplesdirectory of thegrpc/grpc-swiftrepository - 🚀 Contributions are welcome, please see CONTRIBUTING.md
- 🪪 License is Apache 2.0, repeated in LICENSE
- 🔒 Security issues should be reported via the process in SECURITY.md