Skip to content

Commit 6d35cf8

Browse files
Update actions/checkout action to v7
1 parent aa8e7f2 commit 6d35cf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: "📥 Checkout Code (Full History)"
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

@@ -45,7 +45,7 @@ jobs:
4545
contents: read
4646
steps:
4747
- name: "📥 Checkout Code"
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949

5050
- name: "📦 Setup Buf"
5151
uses: bufbuild/buf-setup-action@v1.50.0
@@ -78,7 +78,7 @@ jobs:
7878
id-token: write
7979
steps:
8080
- name: "📥 Checkout Code (Full History)"
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v7
8282
with:
8383
fetch-depth: 0
8484

0 commit comments

Comments
 (0)