Skip to content

Commit 99307a6

Browse files
chore(deps): update actions/checkout action to v6
1 parent d43a5e9 commit 99307a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "📥 Checkout Code (Full History)"
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: "📥 Checkout Code (Full History)"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: "📥 Checkout Code (Full History)"
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)