Skip to content

Commit 9ca70f5

Browse files
[skip ci]Update actions/checkout action to v7 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae5dc1d commit 9ca70f5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
DEPLOY_TARGET: ${{ github.event_name == 'push' && 'production' || github.event_name == 'workflow_dispatch' && github.event.inputs.target || 'preview' }}
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737

@@ -64,7 +64,7 @@ jobs:
6464
TELEGRAPH_ACCESS_TOKEN: ${{ secrets.TELEGRAPH_ACCESS_TOKEN }}
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v6
67+
uses: actions/checkout@v7
6868
with:
6969
fetch-depth: 0
7070

@@ -110,7 +110,7 @@ jobs:
110110
TELEGRAPH_ACCESS_TOKEN: ${{ secrets.TELEGRAPH_ACCESS_TOKEN }}
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v6
113+
uses: actions/checkout@v7
114114
with:
115115
fetch-depth: 0
116116

.github/workflows/desktop-nightly.yml

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

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252

5353
- name: Setup Node.js
5454
uses: actions/setup-node@v6
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Checkout
152-
uses: actions/checkout@v6
152+
uses: actions/checkout@v7
153153
with:
154154
fetch-depth: 0
155155

0 commit comments

Comments
 (0)