Skip to content

Commit 8b0b20f

Browse files
chore(deps): update actions/checkout action to v7
1 parent 0e8bde7 commit 8b0b20f

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "📥 Checkout Code (Full History)"
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
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@v6
42+
uses: actions/checkout@v7
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@v6
67+
uses: actions/checkout@v7
6868
with:
6969
fetch-depth: 0
7070

0 commit comments

Comments
 (0)