Skip to content

Commit fa6f302

Browse files
chore(deps): update actions/checkout action to v6
1 parent 87d0824 commit fa6f302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_grpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python_version: [3.9, 3.12, 3.13]
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v3

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
current-release: ${{ steps.current.outputs.CURRENT_RELEASE }}
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)