Skip to content

Commit 1575f04

Browse files
Update actions/checkout action to v5
1 parent a927f41 commit 1575f04

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@v4
15+
- uses: actions/checkout@v5
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@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup rust
2222
run: rustup update --no-self-update stable
2323
- name: Install protoc

0 commit comments

Comments
 (0)