Skip to content

Commit 2f6c1b6

Browse files
Update actions/checkout action to v7
1 parent 068346b commit 2f6c1b6

1 file changed

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)