We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87d0824 + fa6f302 commit ac74e9bCopy full SHA for ac74e9b
.github/workflows/build_grpc.yaml
@@ -21,7 +21,7 @@ jobs:
21
python_version: [3.9, 3.12, 3.13]
22
23
steps:
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
26
- name: Set up QEMU
27
uses: docker/setup-qemu-action@v3
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
current-release: ${{ steps.current.outputs.CURRENT_RELEASE }}
15
16
17
18
19
- name: Install dependencies
20
run: |
0 commit comments