Skip to content

Commit b2e06e5

Browse files
Merge pull request #166 from code0-tech/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 45d3833 + 14c2494 commit b2e06e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)