No description
Find a file
Rick Newton-Rogers 51f6c79fd4
update actions/checkout from v4 to v6 (#64)
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`.
2026-03-02 10:19:15 +00:00
.github update actions/checkout from v4 to v6 (#64) 2026-03-02 10:19:15 +00:00
dev Add code gen for echo service for tests (#59) 2025-11-24 14:39:45 +00:00
Sources switch from main to 0.0.7 for swiftlang workflows (#63) 2026-02-23 08:21:12 +00:00
Tests Bump grpc-swift-2 version and regenerate code 2025-12-03 13:26:57 +00:00
.editorconfig Add editorconfig (#1920) 2024-06-11 15:27:21 +00:00
.gitignore Add support for ordo-one/package-benchmark (#1678) 2023-10-19 13:34:36 +01:00
.license_header_template Migrate CI to use swiftlang / SwiftNIO common GitHub Actions. (#9) 2024-11-07 13:36:29 +00:00
.licenseignore Update fetch and generate scripts for reflection (#20) 2024-12-20 11:48:07 +00:00
.spi.yml Add missing documentation bundles (#32) 2025-01-24 14:39:30 +00:00
.swift-format Switch to swift-format 2023-10-05 13:57:33 +01:00
.swiftformatignore Migrate CI to use swiftlang / SwiftNIO common GitHub Actions. (#9) 2024-11-07 13:36:29 +00:00
.unacceptablelanguageignore Migrate CI to use swiftlang / SwiftNIO common GitHub Actions. (#9) 2024-11-07 13:36:29 +00:00
CODE-OF-CONDUCT.md Update links (#1926) 2024-06-13 11:54:16 +00:00
CONTRIBUTING.md Add README and .spi.yml (#6) 2024-10-04 12:53:05 +00:00
GOVERNANCE.md Update links (#1926) 2024-06-13 11:54:16 +00:00
LICENSE Revert to Apache 2.0 license verbatim [skip ci] (#504) 2019-07-05 09:24:47 +02:00
Package.swift Bump grpc-swift-2 version and regenerate code 2025-12-03 13:26:57 +00:00
README.md Add README and .spi.yml (#6) 2024-10-04 12:53:05 +00:00
SECURITY.md Add README and .spi.yml (#6) 2024-10-04 12:53:05 +00:00

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-swift on the [Swift Package Index][spi-grpc-swift].
  • 💻 Examples are available in the Examples directory of the grpc/grpc-swift repository
  • 🚀 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