Skip to content

Commit 36edfc6

Browse files
chore(deps): ⬆️ update actions/checkout action to v7
1 parent 67c5225 commit 36edfc6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v7
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
@@ -78,7 +78,7 @@ jobs:
7878
7979
steps:
8080
- name: Checkout repository
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v7
8282
with:
8383
fetch-depth: 0
8484
ref: ${{ github.event.pull_request.base.ref }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)