Skip to content

Commit 8b3d093

Browse files
Merge pull request #72 from code0-tech/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents a927f41 + 1575f04 commit 8b3d093

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)