Skip to content

Commit 86caec8

Browse files
Update actions/checkout action to v6
1 parent d0061d4 commit 86caec8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
buf:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: bufbuild/buf-action@v1
2323
with:
2424
format: false

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
license-check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)