Skip to content

Commit 59725de

Browse files
ci(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#123)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90b117a commit 59725de

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
4242
- id: checkout
4343
name: Checkout ${{ github.head_ref }}
44-
uses: actions/checkout@v6.0.0
44+
uses: actions/checkout@v6.0.1
4545
with:
4646
persist-credentials: false
4747
ref: ${{ github.head_ref }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: gh auth status
6666
- id: checkout
6767
name: Checkout ${{ github.head_ref }}
68-
uses: actions/checkout@v6.0.0
68+
uses: actions/checkout@v6.0.1
6969
with:
7070
persist-credentials: false
7171
ref: ${{ github.head_ref }}

.github/workflows/cache-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: hmarr/debug-action@v3.0.0
4747
- id: checkout
4848
name: Checkout main
49-
uses: actions/checkout@v6.0.0
49+
uses: actions/checkout@v6.0.1
5050
with:
5151
persist-credentials: false
5252
ref: main

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: hmarr/debug-action@v3.0.0
6060
- id: checkout
6161
name: Checkout ${{ env.REF_NAME }}
62-
uses: actions/checkout@v6.0.0
62+
uses: actions/checkout@v6.0.1
6363
with:
6464
persist-credentials: false
6565
ref: ${{ env.REF }}
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- id: checkout
9090
name: Checkout ${{ env.REF_NAME }}
91-
uses: actions/checkout@v6.0.0
91+
uses: actions/checkout@v6.0.1
9292
with:
9393
fetch-depth: 0
9494
persist-credentials: false
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- id: checkout
118118
name: Checkout ${{ env.REF_NAME }}
119-
uses: actions/checkout@v6.0.0
119+
uses: actions/checkout@v6.0.1
120120
with:
121121
persist-credentials: false
122122
ref: ${{ env.REF }}
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- id: checkout
144144
name: Checkout ${{ env.REF_NAME }}
145-
uses: actions/checkout@v6.0.0
145+
uses: actions/checkout@v6.0.1
146146
with:
147147
persist-credentials: false
148148
ref: ${{ env.REF }}
@@ -168,7 +168,7 @@ jobs:
168168
steps:
169169
- id: checkout
170170
name: Checkout ${{ env.REF_NAME }}
171-
uses: actions/checkout@v6.0.0
171+
uses: actions/checkout@v6.0.1
172172
with:
173173
persist-credentials: false
174174
ref: ${{ env.REF }}
@@ -196,7 +196,7 @@ jobs:
196196
steps:
197197
- id: checkout
198198
name: Checkout ${{ env.REF_NAME }}
199-
uses: actions/checkout@v6.0.0
199+
uses: actions/checkout@v6.0.1
200200
with:
201201
persist-credentials: false
202202
ref: ${{ env.REF }}
@@ -237,7 +237,7 @@ jobs:
237237
steps:
238238
- id: checkout
239239
name: Checkout ${{ env.REF_NAME }}
240-
uses: actions/checkout@v6.0.0
240+
uses: actions/checkout@v6.0.1
241241
with:
242242
persist-credentials: false
243243
ref: ${{ env.REF }}
@@ -295,7 +295,7 @@ jobs:
295295
steps:
296296
- id: checkout
297297
name: Checkout ${{ env.REF_NAME }}
298-
uses: actions/checkout@v6.0.0
298+
uses: actions/checkout@v6.0.1
299299
with:
300300
persist-credentials: false
301301
ref: ${{ env.REF }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
5252
- id: checkout
5353
name: Checkout ${{ github.ref_name }}@${{ github.sha }}
54-
uses: actions/checkout@v6.0.0
54+
uses: actions/checkout@v6.0.1
5555
with:
5656
persist-credentials: false
5757
ref: ${{ github.sha }}

0 commit comments

Comments
 (0)