Skip to content

Commit 5367938

Browse files
chore(deps): update actions/checkout action to v6
1 parent 316a2cf commit 5367938

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 1
2020

@@ -49,7 +49,7 @@ jobs:
4949
id-token: write
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 1
5555

@@ -85,7 +85,7 @@ jobs:
8585
id-token: write
8686
steps:
8787
- name: Checkout repository
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 1
9191

@@ -121,7 +121,7 @@ jobs:
121121
id-token: write
122122
steps:
123123
- name: Checkout repository
124-
uses: actions/checkout@v4
124+
uses: actions/checkout@v6
125125
with:
126126
fetch-depth: 1
127127

@@ -157,7 +157,7 @@ jobs:
157157
id-token: write
158158
steps:
159159
- name: Checkout repository
160-
uses: actions/checkout@v4
160+
uses: actions/checkout@v6
161161
with:
162162
fetch-depth: 1
163163

0 commit comments

Comments
 (0)