Skip to content

Commit 1cbb44e

Browse files
Update actions/checkout action to v6
1 parent 087af3d commit 1cbb44e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
shell: bash
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Setup rust
1717
run: rustup update --no-self-update stable
1818
- name: Install protoc

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
# Set up
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Setup rust
2222
run: rustup update --no-self-update stable
2323
- name: Install protoc

0 commit comments

Comments
 (0)