Skip to content

Commit c4cc75a

Browse files
Merge pull request #90 from code0-tech/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 087af3d + 1cbb44e commit c4cc75a

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)