We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068346b commit 2f6c1b6Copy full SHA for 2f6c1b6
1 file changed
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
DEPLOY_TARGET: ${{ github.event_name == 'push' && 'production' || github.event_name == 'workflow_dispatch' && github.event.inputs.target || 'preview' }}
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
35
with:
36
fetch-depth: 0
37
@@ -64,7 +64,7 @@ jobs:
64
TELEGRAPH_ACCESS_TOKEN: ${{ secrets.TELEGRAPH_ACCESS_TOKEN }}
65
66
67
68
69
70
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments