Skip to content

Commit 66a6a27

Browse files
Update actions/checkout action to v6.0.2
1 parent 7711e28 commit 66a6a27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.1
29+
uses: actions/checkout@v6.0.2
3030
with:
3131
show-progress: false
3232

@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v6.0.1
138+
uses: actions/checkout@v6.0.2
139139
with:
140140
show-progress: false
141141

0 commit comments

Comments
 (0)